From 3b8e594200770a2283748ca60b8b64ca0c9e15f9 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 8 Jul 2010 18:55:13 +0200 Subject: [PATCH] remove this exit here --- gunicorn/workers/ggevent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gunicorn/workers/ggevent.py b/gunicorn/workers/ggevent.py index 7e713c01..c80b1ea8 100644 --- a/gunicorn/workers/ggevent.py +++ b/gunicorn/workers/ggevent.py @@ -43,7 +43,6 @@ class GEventWorker(AsyncWorker): pool.join(timeout=self.timeout) except KeyboardInterrupt: pass - os._exit(3) def acceptor(self, pool): gevent.getcurrent()