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 harobed
Recipients harobed
Date 2011-06-12.10:47:12
SpamBayes Score 0.16348198
Marked as misclassified No
Message-id <1307875633.83.0.874379254828.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

HTTPConnection.putrequest not support "chunked" Transfer-Encodings to send data.

Exemple, I can't do PUT request with chunk transfert.

Regards,
Stephane
History
Date User Action Args
2011-06-12 10:47:13harobedsetrecipients: + harobed
2011-06-12 10:47:13harobedsetmessageid: <1307875633.83.0.874379254828.issue12319@psf.upfronthosting.co.za>
2011-06-12 10:47:13harobedlinkissue12319 messages
2011-06-12 10:47:12harobedcreate