Message198212
| Author | kristjan.jonsson |
|---|---|
| Recipients | kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka |
| Date | 2013-09-21.16:43:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1379781828.51.0.00881865820996.issue19009@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ok, Here is a new patch. We now inherit from BufferedIOBase. We must implement read(amt) ourselves, since the base class does not do it. I was wrong about the final chunk, it is in fact 0\r\n. A final \r\n is then added to signal the end of the optional trailers. Added a bunch of tests for chunked encoding, plus tests to verify http synchronization for keepalive connections. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-21 16:43:48 | kristjan.jonsson | set | recipients: + kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka |
| 2013-09-21 16:43:48 | kristjan.jonsson | set | messageid: <1379781828.51.0.00881865820996.issue19009@psf.upfronthosting.co.za> |
| 2013-09-21 16:43:48 | kristjan.jonsson | link | issue19009 messages |
| 2013-09-21 16:43:47 | kristjan.jonsson | create | |