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 martin.panter
Recipients Rotkraut, demian.brecht, eryksun, harobed, martin.panter, matrixise, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, python-dev, vstinner, whitemice
Date 2016-08-27.04:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472271175.17.0.489007631546.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
I committed my patch, so now file bodies are chunk-encoded by default. The Windows buildbots pass the relevant tests again.

This does mean that old code that uploaded a file to a HTTP-1.0-only server, and relied on Python automatically setting Content-Length, will no longer work in 3.6. Let me know if you think this is a serious problem, and maybe we can find another solution.
History
Date User Action Args
2016-08-27 04:12:55martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, vstinner, harobed, python-dev, petri.lehtinen, piotr.dobrogost, eryksun, demian.brecht, matrixise, whitemice, Rotkraut
2016-08-27 04:12:55martin.pantersetmessageid: <1472271175.17.0.489007631546.issue12319@psf.upfronthosting.co.za>
2016-08-27 04:12:55martin.panterlinkissue12319 messages
2016-08-27 04:12:54martin.pantercreate