You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2019/01/23 23:08:40 UTC

[GitHub] rschmitt opened a new pull request #102: Merge connect and handshake timeouts in AbstractIOSessionPool

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org