gevent: patch httplib explicitly
This commit is contained in:
parent
6c7600c309
commit
488160c636
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from __future__ import print_function
|
||||||
|
|
||||||
from gevent.pywsgi import WSGIServer
|
from gevent.pywsgi import WSGIServer
|
||||||
from gevent.monkey import patch_all
|
from gevent.monkey import patch_all
|
||||||
patch_all()
|
patch_all(httplib=True)
|
||||||
|
|
||||||
# pylint: disable=wrong-import-position,wrong-import-order
|
# pylint: disable=wrong-import-position,wrong-import-order
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue