##// END OF EJS Templates
Fix memory leak when using hg commands over http repositories...
Alexandre Fayolle -
r12391:ca5fd84d stable
parent child Browse files
Show More
@@ -469,9 +469,6 b' class httphandler(keepalive.HTTPHandler)'
469 _generic_start_transaction(self, h, req)
469 _generic_start_transaction(self, h, req)
470 return keepalive.HTTPHandler._start_transaction(self, h, req)
470 return keepalive.HTTPHandler._start_transaction(self, h, req)
471
471
472 def __del__(self):
473 self.close_all()
474
475 if has_https:
472 if has_https:
476 class BetterHTTPS(httplib.HTTPSConnection):
473 class BetterHTTPS(httplib.HTTPSConnection):
477 send = keepalive.safesend
474 send = keepalive.safesend
General Comments 0
You need to be logged in to leave comments. Login now