Michal Božoň <michal.bo...@gmail.com> added the comment:

i confirm..

in my case, the bug manifestated when calling HEAD method on a different server 
with chunked transfer encoding (http://obrazky.cz)

my workaround is to call response.read() always, except from cases when method 
== 'HEAD' and resp.getheader('transfer-encoding') == 'chunked

----------
nosy: +mykhal

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6312>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to