[issue17918] failed incoming SSL connection stays open forever

Antoine Pitrou report at bugs.python.org
Mon May 6 22:14:38 CEST 2013


Antoine Pitrou added the comment:

Thanks for reporting. For maximum backwards compatibility, the safer fix is to close the socket only in SSLSocket.accept().
Unfortunately I can't think of a way to write a unittest for it, so I'll just commit the fix.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17918>
_______________________________________


More information about the Python-bugs-list mailing list