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 pitrou
Recipients kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka
Date 2013-09-20.21:11:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379711490.2501.8.camel@fsol>
In-reply-to <1379711325.83.0.650786679604.issue19009@psf.upfronthosting.co.za>
Content
> Ok, I can make it resilient.  I was just pointing out that resilience
> in the face of RFC violations can be a bad thing.  E.g. Internet
> explorer and how they allowed internet servers of the world to be lax
> in how they served their data.

I'm afraid the ship has sailed a long time ago on that. Poor HTTP
implementations are everywhere.

> No matter, I can allow truncated tails when reading chunks.  But I
> don't think we ought to make that a requirement or make special unit
> tests for that.

Well, the unit tests already exist, which is why I think we shouldn't
stop supporting that.
History
Date User Action Args
2013-09-20 21:11:33pitrousetrecipients: + pitrou, orsenthil, kristjan.jonsson, r.david.murray, serhiy.storchaka
2013-09-20 21:11:33pitroulinkissue19009 messages
2013-09-20 21:11:33pitroucreate