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 ysj.ray
Recipients BreamoreBoy, dstanek, flox, gennad, jjlee, ysj.ray
Date 2011-03-20.12:09:24
SpamBayes Score 0.01743191
Marked as misclassified No
Message-id <1300622965.05.0.53959952682.issue4492@psf.upfronthosting.co.za>
In-reply-to
Content
Another fix could be making HTTPResponse to hold a reference to the HTTPConnection object and call its close() at the time of a bad chunk
length was received. This can close the connection as soon as possible.
History
Date User Action Args
2011-03-20 12:09:25ysj.raysetrecipients: + ysj.ray, jjlee, dstanek, flox, BreamoreBoy, gennad
2011-03-20 12:09:25ysj.raysetmessageid: <1300622965.05.0.53959952682.issue4492@psf.upfronthosting.co.za>
2011-03-20 12:09:24ysj.raylinkissue4492 messages
2011-03-20 12:09:24ysj.raycreate