Message261962
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. |
|
Date |
User |
Action |
Args |
2016-03-18 10:36:52 | martin.panter | set | recipients:
+ martin.panter, loewis, jhylton, gregory.p.smith, orsenthil, pitrou, giampaolo.rodola, stutzbach, eric.araujo, BreamoreBoy, icordasc, Lukasa |
2016-03-18 10:36:52 | martin.panter | set | messageid: <1458297412.3.0.319220545851.issue10721@psf.upfronthosting.co.za> |
2016-03-18 10:36:52 | martin.panter | link | issue10721 messages |
2016-03-18 10:36:51 | martin.panter | create | |
|