This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients exarkun, gregory.p.smith, jhylton, orsenthil, pitrou, stutzbach
Date 2010-12-15.18:59:43
SpamBayes Score 0.018141696
Marked as misclassified No
Message-id <1292439586.28.0.249081977107.issue10711@psf.upfronthosting.co.za>
In-reply-to
Content
At minimum, I think we should apply this part of Antoine's patch:

-    # Most web servers default to HTTP 0.9, i.e. don't send a status line.
-    default_request_version = "HTTP/0.9"
+    default_request_version = "HTTP/1.0"
History
Date User Action Args
2010-12-15 18:59:46stutzbachsetrecipients: + stutzbach, jhylton, gregory.p.smith, exarkun, orsenthil, pitrou
2010-12-15 18:59:46stutzbachsetmessageid: <1292439586.28.0.249081977107.issue10711@psf.upfronthosting.co.za>
2010-12-15 18:59:43stutzbachlinkissue10711 messages
2010-12-15 18:59:43stutzbachcreate