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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2243>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to