[issue6312] httplib fails with HEAD requests to pages with "transfer-encoding: chunked"

Senthil Kumaran report at bugs.python.org
Fri Jun 4 18:46:09 CEST 2010


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

Fixed in r81687, r81688, r81689 and r81690.

Yes, I see that before the original change was made any chuncked encoding went through _read_chunked which close the resp before returning. So, here for HEAD, the resp is closed thus fixing the problem mentioned by djc.

----------
priority: release blocker -> 
resolution: accepted -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list