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 <[email protected]>
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: <[email protected]>
2011-06-15 07:42:56harobedlinkissue12327 messages
2011-06-15 07:42:56harobedcreate