Martin v. Löwis <mar...@v.loewis.de> added the comment:

The question really is whether we want or want not to support RFC 1945 (i.e 
HTTP/1.0). If we want to support it, we also must comply to section 3.1, which 
says

 The version of an HTTP message is indicated by an HTTP-Version field
 in the first line of the message. If the protocol version is not
 specified, the recipient must assume that the message is in the
 simple HTTP/0.9 format.

If we then choose to not support HTTP/0.9 (after recognizing that the message 
is HTTP/0.9), we must then reject the request. According to RFC 2145, we then 
may send back error 505 (HTTP version not supported).

----------
nosy: +loewis

_______________________________________
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