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 Buck.Golemon
Recipients Buck.Golemon, ajaksu2, georg.brandl, mooonz, sonderblade
Date 2014-01-25.00:51:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390611109.67.0.12673739609.issue1243678@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this issue is still extant.

The tip httplib client neither sends accept-encoding gzip nor supports content-encoding gzip.

http://hg.python.org/cpython/file/tip/Lib/http/client.py#l1012

There is a diff to httplib in this attached patch, where there was none in #1675951.
History
Date User Action Args
2014-01-25 00:51:49Buck.Golemonsetrecipients: + Buck.Golemon, georg.brandl, sonderblade, ajaksu2, mooonz
2014-01-25 00:51:49Buck.Golemonsetmessageid: <1390611109.67.0.12673739609.issue1243678@psf.upfronthosting.co.za>
2014-01-25 00:51:49Buck.Golemonlinkissue1243678 messages
2014-01-25 00:51:49Buck.Golemoncreate