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-17.16:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426611409.94.0.261463028795.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch changes the following:

+ Removes support for trailers in requests as they're not supported
+ If Transfer-Encoding is explicitly set by the client, it's assumed that the caller will handle all encoding (backwards compatibility)
+ Fixed a bug where chunk size was being sent as decimal instead of hex
History
Date User Action Args
2015-03-17 16:56:50demian.brechtsetrecipients: + demian.brecht, orsenthil, pitrou, harobed, petri.lehtinen, martin.panter, piotr.dobrogost, whitemice, Rotkraut
2015-03-17 16:56:49demian.brechtsetmessageid: <1426611409.94.0.261463028795.issue12319@psf.upfronthosting.co.za>
2015-03-17 16:56:49demian.brechtlinkissue12319 messages
2015-03-17 16:56:49demian.brechtcreate