Mercurial > hg > mercurial-source
changeset 16193:b468cea3f29d stable
bugzilla: stop XMLRPC requests from requesting gzipped responses
Python 2.7 introduced support for gzip encoding in xmlrpclib.Transport.
We do our own handling of responses, and don't currently support gzip encoding.
So to run successfully under Python 2.7 with a web server configured
to gzip encode, stop XMLRPC requests from announcing gzip encoding support.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 29 Feb 2012 17:43:03 +0000 |
parents | 7c75924a6926 |
children | 6ba530122d8b |
files | hgext/bugzilla.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff