diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-06-26 14:49:40 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-06-26 14:49:40 +1200 |
commit | 33be5a72bf1dccd52f087f7759d6bb3650274354 (patch) | |
tree | dbcb258e4399806094b9950cd29733c2ef888846 /test/test_test.py | |
parent | 15aab74ddb2aeac595615c08df481d31b4189827 (diff) | |
download | mitmproxy-33be5a72bf1dccd52f087f7759d6bb3650274354.tar.gz mitmproxy-33be5a72bf1dccd52f087f7759d6bb3650274354.tar.bz2 mitmproxy-33be5a72bf1dccd52f087f7759d6bb3650274354.zip |
Fixed the WSGI server hang in netlib, remove fudge.
Diffstat (limited to 'test/test_test.py')
-rw-r--r-- | test/test_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_test.py b/test/test_test.py index dcf980bc..3f0dfd50 100644 --- a/test/test_test.py +++ b/test/test_test.py @@ -81,4 +81,3 @@ class TestDaemon: def test_anchor(self): rsp = self.getpath("anchor/foo") assert rsp.status_code == 202 - |