[issue10993] HTTPSConnection does not close when call close() method

Senthil Kumaran report at bugs.python.org
Mon Jan 24 12:59:05 CET 2011


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Can you provide a test case which actually illustrates that zombie socket
connections present after the HTTPS Connection and Close?
I see the logic in your patch. But I don't see no left over unclosed
connections upon ssl.close either.

----------
nosy: +orsenthil
Added file: http://bugs.python.org/file20502/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10993>
_______________________________________
-------------- next part --------------
Can you provide a test case which actually illustrates that zombie socket connections present after the HTTPS Connection and Close?<div>I see the logic in your patch. But I don&#39;t see no left over unclosed connections upon ssl.close either.<br>


</div>


More information about the Python-bugs-list mailing list