This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mykhal
Recipients chkneo, ezio.melotti, mykhal
Date 2010-02-22.17:52:44
SpamBayes Score 0.03930458
Marked as misclassified No
Message-id <1266861167.66.0.775985747192.issue6312@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-02-22 17:52:47mykhalsetrecipients: + mykhal, ezio.melotti, chkneo
2010-02-22 17:52:47mykhalsetmessageid: <1266861167.66.0.775985747192.issue6312@psf.upfronthosting.co.za>
2010-02-22 17:52:44mykhallinkissue6312 messages
2010-02-22 17:52:44mykhalcreate