[issue8293] HTTPSConnection.close() does not immediately close the connection.

PoltoS report at bugs.python.org
Thu Oct 7 18:22:18 CEST 2010


PoltoS <poltorak at alsenet.com> added the comment:

By the way, doing a sock.shutdown(socket.SHUT_RDWR) with a subsequent sock.close() helps to really close an SSL socket. But this may raise additional errors with subsequent close() since on some OS (like OS X) shutdown may close the socket. Am I right?

----------

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


More information about the Python-bugs-list mailing list