diff --git a/gunicorn/worker.py b/gunicorn/worker.py index 503d6244..f19609e4 100644 --- a/gunicorn/worker.py +++ b/gunicorn/worker.py @@ -160,7 +160,7 @@ class Worker(object): self.log.exception("Error processing request.") else: self.log.warn("Ignoring EPIPE") - except UnexpectedShutdown: + except UnexpectedEOF: self.log.exception("remote closed the connection unexpectedly.") except Exception, e: self.log.exception("Error processing request.")