[issue1508475] transparent gzip compression in urllib

Martin Panter report at bugs.python.org
Wed Feb 26 13:08:10 CET 2014


Martin Panter added the comment:

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.

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1508475>
_______________________________________


More information about the Python-bugs-list mailing list