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-06.00:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425602048.3.0.685816069334.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
I hit "submit" a little too soon.

The intention of the patch is to adhere to all aspects of Transfer-Encoding as specified in the RFC and to make best guesses as to encoding that should be used based on the data type of the given body.

This will break backwards compatibility for cases where users are manually chunking the request bodies prior to passing them in and explicitly setting the Transfer-Encoding header. Additionally, if Transfer-Encoding was previously specified, but not chunked, the patch will automatically chunk the body.

Otherwise, the patch should only be additive.
History
Date User Action Args
2015-03-06 00:34:08demian.brechtsetrecipients: + demian.brecht, orsenthil, pitrou, harobed, petri.lehtinen, martin.panter, piotr.dobrogost, whitemice, Rotkraut
2015-03-06 00:34:08demian.brechtsetmessageid: <1425602048.3.0.685816069334.issue12319@psf.upfronthosting.co.za>
2015-03-06 00:34:08demian.brechtlinkissue12319 messages
2015-03-06 00:34:08demian.brechtcreate