carterkozak opened a new pull request #241: URL: https://github.com/apache/httpcomponents-client/pull/241
SSLConnectionSocketFactory no longer overrides the socket timeout with the connect timeout when an unlimited socket timeout is configured. This matches behavior of HTTPCLIENT-2091. Note that in scenarios where SocketConfig sets an infinite timeout and the RequestConfig sets a bounded timeout, this change results in the connect-timeout no longer applying to the TLS handshake. This behavior can be retained by setting the expected timeout in the SocketConfig. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
