[openssl-commits] Fixed: openssl/openssl#15684 (master - c7454e1)
Travis CI
builds at travis-ci.org
Fri Jan 19 09:41:31 UTC 2018
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 <bernd.edlinger at hotmail.de>
(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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20180119/bd71b6d2/attachment-0001.html>
More information about the openssl-commits
mailing list