[Python-Dev] Remove HTTP 0.9 support

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Dec 16 23:15:24 CET 2010


Senthil Kumaran wrote:

> Given these, any assumption that servers no longer support HTTP/0.9
> becomes false.

But as long as httplib only sends requests with a version
number >= 1.0, it should be able to expect headers in the
response, shouldn't it?

-- 
Greg


More information about the Python-Dev mailing list