From 5792e2c483e622896790bb5f08ac67002e18cc14 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 23 Jan 2017 18:28:57 +0100 Subject: test disable_h2c_upgrade addon --- mitmproxy/test/tflow.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mitmproxy') 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: -- cgit v1.2.3