[issue21224] BaseHTTPRequestHandler, update the protocol version to http 1.1 by default?

STINNER Victor report at bugs.python.org
Wed Nov 25 08:29:41 EST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue21224>
_______________________________________


More information about the Python-bugs-list mailing list