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 rhettinger
Recipients rhettinger
Date 2012-04-14.20:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334436496.76.0.995633405639.issue14584@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-14 20:48:16rhettingersetrecipients: + rhettinger
2012-04-14 20:48:16rhettingersetmessageid: <1334436496.76.0.995633405639.issue14584@psf.upfronthosting.co.za>
2012-04-14 20:48:16rhettingerlinkissue14584 messages
2012-04-14 20:48:16rhettingercreate