aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-01-23 18:28:57 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-01-23 18:38:27 +0100
commit5792e2c483e622896790bb5f08ac67002e18cc14 (patch)
tree558745313535d6c5aa425ffa0ddfdc5d2e798624 /mitmproxy/test
parentd674de298cbaef2eb5348ed65ef51775edadb89b (diff)
downloadmitmproxy-5792e2c483e622896790bb5f08ac67002e18cc14.tar.gz
mitmproxy-5792e2c483e622896790bb5f08ac67002e18cc14.tar.bz2
mitmproxy-5792e2c483e622896790bb5f08ac67002e18cc14.zip
test disable_h2c_upgrade addon
Diffstat (limited to 'mitmproxy/test')
-rw-r--r--mitmproxy/test/tflow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mitmproxy/test/tflow.py b/mitmproxy/test/tflow.py
index a93c86dd..edf4d7a7 100644
--- a/mitmproxy/test/tflow.py
+++ b/mitmproxy/test/tflow.py
@@ -27,6 +27,7 @@ def ttcpflow(client_conn=True, server_conn=True, messages=True, err=None):
f.reply = controller.DummyReply()
return f
+
def twebsocketflow(client_conn=True, server_conn=True, messages=True, err=None, handshake_flow=True):
if client_conn is True: