def handle_one_request(self):
try:
SimpleHTTPServer.SimpleHTTPRequestHandler.handle_one_request(self)
except KeyboardInterrupt:
raise
except Exception, e:
logging.error('Exception in HTTP request handler: %s' % e)
评论列表
文章目录