hgext/bugzilla.py
branchstable
changeset 16193 b468cea3f29d
parent 15870 f4c859293ed4
child 16221 4fc9fcd991c1
child 16226 674ecd23c42c
equal deleted inserted replaced
16191:7c75924a6926 16193:b468cea3f29d
   495             for cookie in self.cookies:
   495             for cookie in self.cookies:
   496                 connection.putheader("Cookie", cookie)
   496                 connection.putheader("Cookie", cookie)
   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)
   503         if verbose:
   504         if verbose:
   504             h.set_debuglevel(1)
   505             h.set_debuglevel(1)