##// END OF EJS Templates
bugzilla: stop XMLRPC requests from requesting gzipped responses...
Jim Hague -
r16193:b468cea3 stable
parent child Browse files
Show More
@@ -497,6 +497,7 class cookietransportrequest(object):
497
497
498 def request(self, host, handler, request_body, verbose=0):
498 def request(self, host, handler, request_body, verbose=0):
499 self.verbose = verbose
499 self.verbose = verbose
500 self.accept_gzip_encoding = False
500
501
501 # issue XML-RPC request
502 # issue XML-RPC request
502 h = self.make_connection(host)
503 h = self.make_connection(host)
General Comments 0
You need to be logged in to leave comments. Login now