fix an issue. found when reviewing Jonas Borgströ patch. thanks!

This commit is contained in:
benoitc 2010-08-24 19:50:23 +02:00
parent 6fa48b95ac
commit 87296d5bc6

View File

@ -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):