[issue15633] httplib.response is not closed after all data has been read

Nikolaus Rath report at bugs.python.org
Wed Jan 30 02:37:06 CET 2013


Nikolaus Rath added the comment:

Alright, it *finally* happened again.

Attributes of the response object are:

._method: GET, 
.chunked: 0, 
.length: 9369540
.chunk_left: UNKNOWN, 
.status: 200 
.reason "OK", 
.version: 11, 
.will_close: False

----------

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


More information about the Python-bugs-list mailing list