[issue5238] ssl makefile never closes socket
David Christian
report at bugs.python.org
Mon Mar 2 06:19:59 CET 2009
David Christian <dbc at rpath.com> added the comment:
I actually discovered this issue when using httplib over ssl. Closing
the httplib connection was not closing the socket - the socket would
only be closed after garbage collection, due to this bug. That's what
caused me to investigate and find this flaw.
I ran the regression tests and didn't run into any issues.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5238>
_______________________________________
More information about the Python-bugs-list
mailing list