commit | f16ff7bc214e9df514013ba9d6fd1ef86a9086ef | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon May 06 22:19:48 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon May 06 22:19:48 2013 +0200 |
tree | e061d20e701255d53c72680eefaa26a7222b154d | |
parent | 31bc8bef63fdb92c6ea776e093243eb421247f22 [diff] |
Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. Thanks to Peter Saveliev for reporting.