
report at bugs
Apr 15, 2012, 2:51 AM
Post #2 of 4
(57 views)
Permalink
|
|
[issue1508475] transparent gzip compression in urllib
[In reply to]
|
|
Serhiy Storchaka <storchaka [at] gmail> added the comment: What if the gzip module is not available? I think, with transparent decompression should delete headers Content-Encoding (to free the user from re-decompression) and Content-Length (which is wrong). ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue1508475> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|