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.20:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379708459.2501.4.camel@fsol>
In-reply-to <1379707951.37.0.757784745316.issue19009@psf.upfronthosting.co.za>
Content
> 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.

I think what Serhiy is proposing is that we also succeed when the
server sends a truncated last chunk (and I agree with him).
History
Date User Action Args
2013-09-20 20:21:01pitrousetrecipients: + pitrou, orsenthil, kristjan.jonsson, r.david.murray, serhiy.storchaka
2013-09-20 20:21:01pitroulinkissue19009 messages
2013-09-20 20:21:01pitroucreate