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

David Andrzejewski report at bugs.python.org
Tue Apr 6 18:08:36 CEST 2010


David Andrzejewski <site+python.org at davidandrzejewski.com> added the comment:

Now, it turns out that if you send the HTTP "Connection: close" header, the connection does close at the end (because the server closes it).

Still, it seems like this should behave the same regardless of whether it's HTTPConnection or HTTPSConnection.

----------

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


More information about the Python-bugs-list mailing list