GitHub user rschmitt opened a pull request:

    https://github.com/apache/httpcomponents-core/pull/98

    SSLIOSession: Add `connectTimeout` constructor param

    This change adds low-level support for TLS handshake timeouts in the
    class that actually performs the handshake. The contractual
    `socketTimeout`, if set, will only be applied to the underlying
    IOSession after the handshake is complete.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rschmitt/httpcomponents-core master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/httpcomponents-core/pull/98.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #98
    
----
commit 07d15747816f96570b6ba12324f0ede961e07c74
Author: Ryan Schmitt <rschmitt@...>
Date:   2018-11-30T23:44:20Z

    SSLIOSession: Add `connectTimeout` constructor param
    
    This change adds low-level support for TLS handshake timeouts in the
    class that actually performs the handshake. The contractual
    `socketTimeout`, if set, will only be applied to the underlying
    IOSession after the handshake is complete.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to