diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index afc07f5a..16e2be7d 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -195,7 +195,6 @@ class Arbiter(object): def handle_chld(self, sig, frame): "SIGCHLD handling" self.wakeup() - self.reap_workers() def handle_hup(self): """\