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 martin.panter
Recipients BreamoreBoy, Lukasa, eric.araujo, giampaolo.rodola, gregory.p.smith, icordasc, jhylton, loewis, martin.panter, orsenthil, pitrou, stutzbach
Date 2016-03-18.10:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458297412.3.0.319220545851.issue10721@psf.upfronthosting.co.za>
In-reply-to
Content
Does this need any deprecation cycle, or can we just remove everything immediately in 3.6?

I suspect that the HTTP 0.9 support never properly worked, but I don’t have enough info to be sure. Wouldn’t a HTTP 0.9 request send b"GET <path>\r\n" with a single line, and then wait for a response? If so, Python’s server hangs waiting for a second blank line (or EOF), so the protocol will deadlock.

In any case, I would be in favour of removing HTTP 0.9 support. Senthil: do you know of actual clients that do HTTP 0.9 requests?

I left a review comment. The patch will also need manual merging with current code.
History
Date User Action Args
2016-03-18 10:36:52martin.pantersetrecipients: + martin.panter, loewis, jhylton, gregory.p.smith, orsenthil, pitrou, giampaolo.rodola, stutzbach, eric.araujo, BreamoreBoy, icordasc, Lukasa
2016-03-18 10:36:52martin.pantersetmessageid: <1458297412.3.0.319220545851.issue10721@psf.upfronthosting.co.za>
2016-03-18 10:36:52martin.panterlinkissue10721 messages
2016-03-18 10:36:51martin.pantercreate