Message255345
| Author | vstinner |
|---|---|
| Recipients | martin.panter, matrixise, orsenthil, vstinner |
| Date | 2015-11-25.13:29:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1448458181.13.0.458532495733.issue21224@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Similarly, I understand HTTP 1.1 requires chunked encoding support for requests, but there is no support for that in the Python implementation. Hum, I don't understand exactly this issue. I understood that Python only has a "partial" implementation of the HTTP 1.1 protocol for the server side, and maybe even for the client side. Because of that, I don't think that it's good idea to switch to HTTP 1.1 by default. We have to implement missing features server and client side before. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-25 13:29:41 | vstinner | set | recipients: + vstinner, orsenthil, martin.panter, matrixise |
| 2015-11-25 13:29:41 | vstinner | set | messageid: <1448458181.13.0.458532495733.issue21224@psf.upfronthosting.co.za> |
| 2015-11-25 13:29:41 | vstinner | link | issue21224 messages |
| 2015-11-25 13:29:40 | vstinner | create | |