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 chrisleow
Recipients chrisleow
Date 2008-09-02.20:59:47
SpamBayes Score 4.19358e-07
Marked as misclassified No
Message-id <1220389188.67.0.216867570009.issue3761@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, fairly new to Python, so not sure if this is something you want as a
behaviour or not:

urllib.response object when fetching an HTTP1.1 page does not
transparently handle "Transfer-Encoding": "chunked", and I think it should.

You can view source code for addinfourl, AbstractHTTPHandler and
HTTPHandler to verify this (sorry, I don't have line-numbers, I'm typing
this at home).

I would suggest extending addinfourl to "addinfourlchunked", for
example, to allow substitutes for fp.read(), readlines() and readline()
to be specified during the construction of addinfourl.

This threw me initially, and seems like quite a glareing omission for
newbies.

Cheers,

Chris
History
Date User Action Args
2008-09-02 20:59:48chrisleowsetrecipients: + chrisleow
2008-09-02 20:59:48chrisleowsetmessageid: <1220389188.67.0.216867570009.issue3761@psf.upfronthosting.co.za>
2008-09-02 20:59:47chrisleowlinkissue3761 messages
2008-09-02 20:59:47chrisleowcreate