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, orsenthil, r.david.murray
Date 2011-06-15.07:42:55
SpamBayes Score 0.0006085046
Marked as misclassified No
Message-id <1308123776.71.0.525382200898.issue12327@psf.upfronthosting.co.za>
In-reply-to
Content
> But if the len information is available, why not return it?

I use HTTPConnection to simulate Apple Finder WebDAV client.
When this WebDAV client do PUT request, it transmit data in chunked encoding mode and not set Content-Length HTTP field.

Do you understand my context ?

Regards,
Stephane
History
Date User Action Args
2011-06-15 07:42:56harobedsetrecipients: + harobed, orsenthil, r.david.murray
2011-06-15 07:42:56harobedsetmessageid: <1308123776.71.0.525382200898.issue12327@psf.upfronthosting.co.za>
2011-06-15 07:42:56harobedlinkissue12327 messages
2011-06-15 07:42:56harobedcreate