wangshichen opened a new pull request, #10157: URL: https://github.com/apache/trafficserver/pull/10157
the 4th parameter, `KeyEqual`, is missing in ConnectingIpPool declaration, which may lead to the comparison of two `IpEndpoint` object won't work as we expected. That is, the default one is unlikely to work with `sockaddr` type. In another way, IpHelper contains the compare operator for IpEndpoint type, so IpHelper should be used as the KeyEqual parameter of ConnectingIpPool declaration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
