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 pitrou
Recipients jhylton, orsenthil, pitrou
Date 2010-12-15.17:04:57
SpamBayes Score 0.20400044
Marked as misclassified No
Message-id <1292432698.78.0.594039389976.issue10711@psf.upfronthosting.co.za>
In-reply-to
Content
Both http.client and http.server claim to support HTTP 0.9. The HTTP 1.0 RFC was filed in 1996, and 1.1 is most commonly used nowadays. We should probably rip off 0.9 support.
History
Date User Action Args
2010-12-15 17:04:58pitrousetrecipients: + pitrou, jhylton, orsenthil
2010-12-15 17:04:58pitrousetmessageid: <1292432698.78.0.594039389976.issue10711@psf.upfronthosting.co.za>
2010-12-15 17:04:57pitroulinkissue10711 messages
2010-12-15 17:04:57pitroucreate