Message254250
There is already Issue 23794 discussing HTTP 2. IMO it would be interesting to implement, but I’m not sure how appropriate it would be in Python’s standard library at this stage. But working on it could drive other improvements in the existing HTTP stuff, as Demian hinted.
What do you mean by supporting HTTP 1.1 in the future? The basic support is already there; you just have to manually enable it. Maybe there is scope for making 1.1 easier to use, perhaps with a BaseHTTP11RequestHandler (shorter: Http11Handler) class or something. |
|
Date |
User |
Action |
Args |
2015-11-07 01:49:39 | martin.panter | set | recipients:
+ martin.panter, orsenthil, matrixise |
2015-11-07 01:49:39 | martin.panter | set | messageid: <1446860979.07.0.918184140085.issue21224@psf.upfronthosting.co.za> |
2015-11-07 01:49:39 | martin.panter | link | issue21224 messages |
2015-11-07 01:49:38 | martin.panter | create | |
|