dns monkey patch is broken currently in gevent. Waiting upstream fix it,

don't patch it.
This commit is contained in:
benoitc 2010-05-12 17:54:37 +02:00
parent 4cb0f1ab12
commit 5038c3785a

View File

@ -20,7 +20,7 @@ class GEventWorker(AsyncWorker):
@classmethod
def setup(cls):
from gevent import monkey
monkey.patch_all()
monkey.patch_all(dns=False)
def keepalive_request(self, client, addr):
req = None