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 klaas
Recipients klaas
Date 2008-01-29.19:14:06
SpamBayes Score 0.14067154
Marked as misclassified No
Message-id <1201634049.27.0.941407141284.issue1966@psf.upfronthosting.co.za>
In-reply-to
Content
There are a small number of sites that do not send the trailing \r\n when 
using chunked transfer encoding (say 1 in 500,000).  This unfortunately, 
causes httplib to go into an infinite loop.

Fixed by checking for EOF (3 line patch)
History
Date User Action Args
2008-01-29 19:14:09klaassetspambayes_score: 0.140672 -> 0.14067154
recipients: + klaas
2008-01-29 19:14:09klaassetspambayes_score: 0.140672 -> 0.140672
messageid: <1201634049.27.0.941407141284.issue1966@psf.upfronthosting.co.za>
2008-01-29 19:14:08klaaslinkissue1966 messages
2008-01-29 19:14:07klaascreate