mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix an issue. found when reviewing Jonas Borgströ patch. thanks!
This commit is contained in:
parent
6fa48b95ac
commit
87296d5bc6
@ -50,7 +50,7 @@ class EventletWorker(AsyncWorker):
|
||||
timeout=self.timeout)
|
||||
except eventlet.Timeout:
|
||||
pass
|
||||
except eventlet.StopServer:
|
||||
except eventlet.StopServe:
|
||||
pool.waitall()
|
||||
|
||||
def run(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user