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 vstinner
Recipients martin.panter, matrixise, orsenthil, vstinner
Date 2015-11-25.13:29:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448458181.13.0.458532495733.issue21224@psf.upfronthosting.co.za>
In-reply-to
Content
> Similarly, I understand HTTP 1.1 requires chunked encoding support for requests, but there is no support for that in the Python implementation.

Hum, I don't understand exactly this issue. I understood that Python only has a "partial" implementation of the HTTP 1.1 protocol for the server side, and maybe even for the client side.

Because of that, I don't think that it's good idea to switch to HTTP 1.1 by default. We have to implement missing features server and client side before.
History
Date User Action Args
2015-11-25 13:29:41vstinnersetrecipients: + vstinner, orsenthil, martin.panter, matrixise
2015-11-25 13:29:41vstinnersetmessageid: <1448458181.13.0.458532495733.issue21224@psf.upfronthosting.co.za>
2015-11-25 13:29:41vstinnerlinkissue21224 messages
2015-11-25 13:29:40vstinnercreate