Message 171268 - Python tracker
Message171268
| Author | pitrou |
|---|---|
| Recipients | harobed, orsenthil, petri.lehtinen, pitrou |
| Date | 2012-09-25.13:14:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1348578888.59.0.984855166345.issue12319@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> We had support for chunked transfer encoding for POST method recently, > which is exposed via urllib2 wrapper function. I couldn't find what you're talking about. If I look at AbstractHTTPHandler.do_request_, it actually mandates a Content-Length header for POST data (hence no chunked encoding). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-25 13:14:48 | pitrou | set | recipients: + pitrou, orsenthil, harobed, petri.lehtinen |
| 2012-09-25 13:14:48 | pitrou | set | messageid: <1348578888.59.0.984855166345.issue12319@psf.upfronthosting.co.za> |
| 2012-09-25 13:14:48 | pitrou | link | issue12319 messages |
| 2012-09-25 13:14:47 | pitrou | create | |