➜

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.

作者 petri.lehtinen
收信人 harobed, petri.lehtinen
日期 2011-06-14.06:15:57
SpamBayes Score 0.0051545836
Marked as misclassified 否
Message-id <1308032158.52.0.202584901777.issue12319@psf.upfronthosting.co.za>
In-reply-to
内容
harobed wrote:
> I use http.client in WebDAV client.
>
> Mac OS X Finder WebDAV client perform all his request in "chunk" mode : PUT and GET.
>
> Here, I use http.client to simulate Mac OS X Finder WebDAV client.

Now I'm confused. Per the HTTP specification, GET requests don't have
a body, so "Transfer-Encoding: chunked" doesn't apply to them.

Are you sure you don't confuse with the response that the server
sends? In responses, "Transfer-Encoding: chunked" is very common.
历史
日期 用户 动作 参数
2011-06-14 06:15:58petri.lehtinen修改recipients: + petri.lehtinen, harobed
2011-06-14 06:15:58petri.lehtinen修改messageid: <1308032158.52.0.202584901777.issue12319@psf.upfronthosting.co.za>
2011-06-14 06:15:57petri.lehtinen链接issue12319 messages
2011-06-14 06:15:57petri.lehtinen创建