Senthil Kumaran <orsent...@gmail.com> added the comment:

If a client sends a request without specifying the version, GET /, then the 
Python server should behave like other common servers are behaving, namely 
support rfc 1945 for HTTP 1.0 spec and return the response without headers.

Removing the HTTP 0.9 from the http.client is okay. But punishing *any client* 
for not sending the correct request is not so desirable, especially when there 
are other servers which are lenient to his behavior for whatever reasons.

So, I am not a firm +1 to this. We should arrive a conclusion and then go about 
with the change. Martin's point is valid here too.

----------

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

Reply via email to