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 martin.panter
Recipients abacabadabacaba, antialize, eric.araujo, jcea, jcon, jerub, jjlee, martin.panter, nadeem.vawda, orsenthil, ruseel, serhiy.storchaka, thomaspinckney3, vstinner
Date 2014-02-26.12:08:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393416490.61.0.680104818083.issue1508475@psf.upfronthosting.co.za>
In-reply-to
Content
I have code that already handles an “gzip” encoded response from urlopen(). All three patches leave the Content-Encoding header intact, so I suspect my code would try to decompress the body a second time. Deleting this header (as already suggested) would work for me.
History
Date User Action Args
2014-02-26 12:08:10martin.pantersetrecipients: + martin.panter, jjlee, jcea, orsenthil, jerub, vstinner, antialize, ruseel, nadeem.vawda, thomaspinckney3, eric.araujo, abacabadabacaba, jcon, serhiy.storchaka
2014-02-26 12:08:10martin.pantersetmessageid: <1393416490.61.0.680104818083.issue1508475@psf.upfronthosting.co.za>
2014-02-26 12:08:10martin.panterlinkissue1508475 messages
2014-02-26 12:08:10martin.pantercreate