SolidWallOfCode commented on code in PR #9767: URL: https://github.com/apache/trafficserver/pull/9767#discussion_r1224747907
########## iocore/net/SSLSNIConfig.cc: ########## @@ -306,12 +302,12 @@ SNIConfig::release(SNIConfigParams *params) // setting proxy.config.http.host_sni_policy and is possibly overridden if the sni policy // contains a host_sni_policy entry bool -SNIConfig::test_client_action(const char *servername, const IpEndpoint &ep, int &host_sni_policy) +SNIConfig::test_client_action(const char *servername, uint16_t dest_incoming_port, const IpEndpoint &ep, int &host_sni_policy) Review Comment: `in_port_t`. -- 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]
