Build Update for openssl/openssl
-------------------------------------

Build: #15684
Status: Fixed

Duration: 28 minutes and 6 seconds
Commit: c7454e1 (master)
Author: Richard Levitte
Message: Create one permanent proxy socket per TLSProxy::Proxy instance

On Windows, we sometimes see a behavior with SO_REUSEADDR where there
remains lingering listening sockets on the same address and port as a
newly created one.

To avoid this scenario, we don't create a new proxy port for each new
client run.  Instead, we create one proxy socket when the proxy object
is created, and close it when destroying that object.

Reviewed-by: Bernd Edlinger <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/5095)

View the changeset: 
https://github.com/openssl/openssl/compare/e44c7d02ddac...c7454e1af74b

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/330721479?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to