Commit b2df0a2f authored by Denis Bilenko's avatar Denis Bilenko

wsgi_test.py: monkey patch ssl too

parent b13b5819
......@@ -19,7 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
from gevent import monkey
monkey.patch_socket()
monkey.patch_all(thread=False)
import cgi
import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment