New submission from Raymond Hettinger <raymond.hettin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14584>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to