[issue3761] urllib.request and urllib.response cannot handle HTTP1.1 chunked encoding

2008-12-14 Thread Jeremy Hylton
Jeremy Hylton added the comment: I'm sorry that I didn't notice this bug report in September! The chunked support does exist in the http package, but it doesn't work with urllib. Tracking in 4631. -- nosy: +jhylton resolution: -> duplicate status: open -> closed superseder: -> urlop

[issue3761] urllib.request and urllib.response cannot handle HTTP1.1 chunked encoding

2008-09-02 Thread Chris Leow
New submission from Chris Leow <[EMAIL PROTECTED]>: 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 s