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 orsenthil
Recipients harobed, orsenthil, r.david.murray
Date 2011-06-20.08:36:52
SpamBayes Score 9.4454947e-07
Marked as misclassified No
Message-id <20110620083647.GC9220@mathmagic>
In-reply-to <1308123776.71.0.525382200898.issue12327@psf.upfronthosting.co.za>
Content
Hello Stephane,

> 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 ?

Is the server at fault in not returning Content-Length?

Can you provide a full working snippet which demonstrates the bug you
are facing? I fear, if I am lacking some information to completely
determine what needs to be fixed (I understand the code change you
suggested, but also need to know why and under what practical
situation would code flow through that).
History
Date User Action Args
2011-06-20 08:36:53orsenthilsetrecipients: + orsenthil, r.david.murray, harobed
2011-06-20 08:36:52orsenthillinkissue12327 messages
2011-06-20 08:36:52orsenthilcreate