rschmitt opened a new pull request #102: Merge connect and handshake timeouts in AbstractIOSessionPool URL: https://github.com/apache/httpcomponents-core/pull/102 This change essentially reverts a portion of 40cae2275 that appears to have been unnecessary. Since the `requestTimeout` parameter is always a connection timeout (at least in the client-side code), we don't need to dedicate an additional parameter to the TLS handshake timeout value: we simply use the `requestTimeout` (which has been renamed `connectTimeout` for clarity).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
