mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Undo accidentally committed code
This commit is contained in:
parent
36711c0148
commit
d0b21f5dc4
@ -363,7 +363,7 @@ class MitmProxyHandler(http_server.BaseHTTPRequestHandler):
|
||||
else:
|
||||
self.send_error(500, str(e))
|
||||
except Exception as f:
|
||||
self.logger.warning("failed to send error response ({}) to proxy client: {}".format(e, f), exc_info=True)
|
||||
self.logger.warning("failed to send error response ({}) to proxy client: {}".format(e, f))
|
||||
return
|
||||
|
||||
# Reload!
|
||||
|
Loading…
x
Reference in New Issue
Block a user