def finish(self): logging.info('Client {} disconnect'.format(self.client_address[0])) return BaseRequestHandler.finish(self)
def finish(self): logging.info('Client {} disconnect'.format(self.client_address[0])) global http_get_start http_get_start = False #stop http get thread return BaseRequestHandler.finish(self)