mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
dns monkey patch is broken currently in gevent. Waiting upstream fix it,
don't patch it.
This commit is contained in:
parent
4cb0f1ab12
commit
5038c3785a
@ -20,7 +20,7 @@ class GEventWorker(AsyncWorker):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def setup(cls):
|
def setup(cls):
|
||||||
from gevent import monkey
|
from gevent import monkey
|
||||||
monkey.patch_all()
|
monkey.patch_all(dns=False)
|
||||||
|
|
||||||
def keepalive_request(self, client, addr):
|
def keepalive_request(self, client, addr):
|
||||||
req = None
|
req = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user