STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21224>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to