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 demian.brecht
Recipients Rotkraut, demian.brecht, harobed, martin.panter, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, whitemice
Date 2015-03-07.07:46:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425714392.71.0.57321924833.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, so far I've tested this change against:

cherrypy 3.6.0
uwsgi 2.0.9 (--http-raw-body)
nginx 1.6.2 (chunked_transfer_encoding on, proxy_buffering off;) + uwsgi 2.0.9 (--http-raw-body)

The chunked body works as expected. Unfortunately, all implementations seem to be ignorant of the trailer part. So it seems that although RFC-compliant (and I can definitely see the use case for it), they trailer implementation may not be overly practical. I still think that it's worthwhile keeping it, but perhaps adding a note that it may not be supported at this point.

Relevant gists: https://gist.github.com/demianbrecht/3fd60994eceeb3da8f13
History
Date User Action Args
2015-03-07 07:46:32demian.brechtsetrecipients: + demian.brecht, orsenthil, pitrou, harobed, petri.lehtinen, martin.panter, piotr.dobrogost, whitemice, Rotkraut
2015-03-07 07:46:32demian.brechtsetmessageid: <1425714392.71.0.57321924833.issue12319@psf.upfronthosting.co.za>
2015-03-07 07:46:32demian.brechtlinkissue12319 messages
2015-03-07 07:46:32demian.brechtcreate