[New-bugs-announce] [issue14584] Add gzip support the XMLRPC Server

Raymond Hettinger report at bugs.python.org
Sat Apr 14 22:48:16 CEST 2012


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

The xmlrpclib client already supports gzipped data and say so in the HTTP header: "Accept-Encoding: gzip".

Our XMLRPC Server ignores this header and always sends uncompressed data.

----------
messages: 158282
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Add gzip support the XMLRPC Server
type: enhancement
versions: Python 3.3

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


More information about the New-bugs-announce mailing list