aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/addons/test_disable_h2c.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/addons/test_disable_h2c.py')
-rw-r--r--test/mitmproxy/addons/test_disable_h2c.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_disable_h2c.py b/test/mitmproxy/addons/test_disable_h2c.py
index d4df8390..cf20a368 100644
--- a/test/mitmproxy/addons/test_disable_h2c.py
+++ b/test/mitmproxy/addons/test_disable_h2c.py
@@ -31,7 +31,6 @@ class TestDisableH2CleartextUpgrade:
b = io.BytesIO(b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n")
f = tflow.tflow()
f.request = http.HTTPRequest.wrap(http1.read_request(b))
- f.reply.handle()
f.intercept()
a.request(f)