bneradt opened a new pull request, #12231: URL: https://github.com/apache/trafficserver/pull/12231
Origin side connection pooling was not able to access the appropriate SNI of those connections, resulting in those connections not being able to be reused appropriately. This addresses that issue by setting the internal SNI buffer for those connections to the appropriate SNI so that the origin conection pooling feature has access to the SNI value. This also populates the SNI buffer when an SSLNetVConnection is bound to an SSL object. Fixes: #12214 -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org