mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
comment formatting
This commit is contained in:
parent
96a15b38a8
commit
14bbd1cfce
@ -123,7 +123,7 @@ class AsyncWorker(base.Worker):
|
|||||||
raise
|
raise
|
||||||
except socket.error:
|
except socket.error:
|
||||||
# If the original exception was a socket.error we delegate
|
# If the original exception was a socket.error we delegate
|
||||||
# handling it to the caller (where handle() might ignore it
|
# handling it to the caller (where handle() might ignore it)
|
||||||
six.reraise(*sys.exc_info())
|
six.reraise(*sys.exc_info())
|
||||||
except Exception:
|
except Exception:
|
||||||
if resp and resp.headers_sent:
|
if resp and resp.headers_sent:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user