equal
deleted
inserted
replaced
484 |
484 |
485 def _start_transaction(self, h, req): |
485 def _start_transaction(self, h, req): |
486 _generic_start_transaction(self, h, req) |
486 _generic_start_transaction(self, h, req) |
487 return keepalive.HTTPHandler._start_transaction(self, h, req) |
487 return keepalive.HTTPHandler._start_transaction(self, h, req) |
488 |
488 |
489 def __del__(self): |
|
490 self.close_all() |
|
491 |
|
492 if has_https: |
489 if has_https: |
493 class BetterHTTPS(httplib.HTTPSConnection): |
490 class BetterHTTPS(httplib.HTTPSConnection): |
494 send = keepalive.safesend |
491 send = keepalive.safesend |
495 |
492 |
496 def connect(self): |
493 def connect(self): |