From 488160c6363f9065511ebeee973952599bb8e193 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 1 May 2020 18:53:47 +0200 Subject: [PATCH] gevent: patch httplib explicitly --- bin/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/proxy.py b/bin/proxy.py index 7ec909a..cd12900 100644 --- a/bin/proxy.py +++ b/bin/proxy.py @@ -16,7 +16,7 @@ from __future__ import print_function from gevent.pywsgi import WSGIServer from gevent.monkey import patch_all -patch_all() +patch_all(httplib=True) # pylint: disable=wrong-import-position,wrong-import-order import sys