mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Wrong exception class name.
This commit is contained in:
parent
badad6d33d
commit
4496eec8a0
@ -160,7 +160,7 @@ class Worker(object):
|
|||||||
self.log.exception("Error processing request.")
|
self.log.exception("Error processing request.")
|
||||||
else:
|
else:
|
||||||
self.log.warn("Ignoring EPIPE")
|
self.log.warn("Ignoring EPIPE")
|
||||||
except UnexpectedShutdown:
|
except UnexpectedEOF:
|
||||||
self.log.exception("remote closed the connection unexpectedly.")
|
self.log.exception("remote closed the connection unexpectedly.")
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.log.exception("Error processing request.")
|
self.log.exception("Error processing request.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user