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 kristjan.jonsson
Recipients kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka
Date 2013-09-20.20:12:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379707951.37.0.757784745316.issue19009@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I can change the base class inheritance and see if it changes things.

Note for the different interpretation of the final chunk:
Chunked encoding allows for adding headers after the final chunk.  This is what _read_and_discard_trailer() does, but discarding the trailing headers.  So, if support is ever added for reading those trailing headers, then we need make sure that we consume the last chunk correctly.
It is, of course, a matter of resilience, v.s. correctness, but the lesson of Internet Explorer should tell us to prefer correctness over flexibility, I think.  
We can, of course, change this back. if you think.  It is ieasier now, that the chunk consumer is in a single method.
History
Date User Action Args
2013-09-20 20:12:31kristjan.jonssonsetrecipients: + kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka
2013-09-20 20:12:31kristjan.jonssonsetmessageid: <1379707951.37.0.757784745316.issue19009@psf.upfronthosting.co.za>
2013-09-20 20:12:31kristjan.jonssonlinkissue19009 messages
2013-09-20 20:12:31kristjan.jonssoncreate