[Python-Dev] Remove HTTP 0.9 support (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Thu Dec 16 14:20:37 CET 2010


Le jeudi 16 décembre 2010 à 16:14 +0800, Senthil Kumaran a écrit :

On Wed, Dec 15, 2010 at 11:29:27PM +0100, Antoine Pitrou wrote: > Well, I think the "most web servers" comment itself is outdated. > Try e.g. www.mozilla.org or www.google.com or www.msn.com. > (but www.python.org or www.apache.org still have the legacy behaviour)

What legacy behavior did you observe in these?

-> Request: xyzzy

-> Response:

405 Method Not Allowed

Method Not Allowed

The requested method xyzzy is not allowed for the URL /.


Apache/2.3.8 (Unix) mod_ssl/2.3.8 OpenSSL/1.0.0a Server at www.apache.org Port 80

(notice how the response has no headers)



More information about the Python-Dev mailing list