[issue1243678] httplib gzip support

2015-05-27 Thread Martin Panter
Changes by Martin Panter : -- superseder: Performance for small reads and fix seek problem -> transparent gzip compression in urllib ___ Python tracker ___ ___

[issue1243678] httplib gzip support

2014-09-04 Thread Martin Panter
Martin Panter added the comment: Agreed, this issue is not a duplicate of the marked “gzip” seek issue, however it _does_ duplicate Issue 1508475. -- ___ Python tracker ___ __

[issue1243678] httplib gzip support

2014-02-10 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue1243678] httplib gzip support

2014-01-24 Thread Buck Golemon
Buck Golemon added the comment: 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

[issue1243678] httplib gzip support

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Sounds reasonable. -- resolution: -> duplicate status: open -> closed superseder: -> [gzip] Performance for small reads and fix seek problem ___ Python tracker _

[issue1243678] httplib gzip support

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Should this be closed in favor of #1675951? -- nosy: +ajaksu2 stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker __