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 begemoth
Recipients begemoth
Date 2008-03-06.10:17:01
SpamBayes Score 0.13649578
Marked as misclassified No
Message-id <1204798625.87.0.148151937521.issue2243@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-06 10:17:06begemothsetspambayes_score: 0.136496 -> 0.13649578
recipients: + begemoth
2008-03-06 10:17:05begemothsetspambayes_score: 0.136496 -> 0.136496
messageid: <1204798625.87.0.148151937521.issue2243@psf.upfronthosting.co.za>
2008-03-06 10:17:02begemothlinkissue2243 messages
2008-03-06 10:17:01begemothcreate