This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:48pitrousetrecipients: + pitrou, orsenthil, harobed, petri.lehtinen
2012-09-25 13:14:48pitrousetmessageid: <1348578888.59.0.984855166345.issue12319@psf.upfronthosting.co.za>
2012-09-25 13:14:48pitroulinkissue12319 messages
2012-09-25 13:14:47pitroucreate