From 33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 15 Feb 2016 14:58:46 +0100 Subject: move mitmproxy --- test/scripts/tcp_stream_modify.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/scripts/tcp_stream_modify.py (limited to 'test/scripts/tcp_stream_modify.py') diff --git a/test/scripts/tcp_stream_modify.py b/test/scripts/tcp_stream_modify.py deleted file mode 100644 index 93b0d5c8..00000000 --- a/test/scripts/tcp_stream_modify.py +++ /dev/null @@ -1,3 +0,0 @@ -def tcp_message(ctx, tm): - if tm.sender == tm.server_conn: - tm.message = tm.message.replace("foo", "bar") -- cgit v1.2.3