[New-bugs-announce] [issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

begemoth report at bugs.python.org
Thu Mar 6 11:17:05 CET 2008


New submission from begemoth:

Through urllib2 open web pages from some sites (www.rbc.ru, www.rambler.ru, www.yandex.ru). Their servers send data in chuncked transfer-encoding. httplib (which is used by urllib2) "unchunk" data but I recieve "transfer-encoding: chuncked" in response header nevertheless. It seems to me that this key in header need to be removed from the header if httplib "unchuncked" the data.

----------
components: Library (Lib)
messages: 63316
nosy: begemoth
severity: normal
status: open
title: urllib2. strange behavior for getting chuncked transfer-ecnoded data
type: behavior
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2243>
__________________________________


More information about the New-bugs-announce mailing list