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)
|
timeout=self.timeout)
|
||||||
except eventlet.Timeout:
|
except eventlet.Timeout:
|
||||||
pass
|
pass
|
||||||
except eventlet.StopServer:
|
except eventlet.StopServe:
|
||||||
pool.waitall()
|
pool.waitall()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user