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/stream_modify.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/scripts/stream_modify.py (limited to 'test/scripts/stream_modify.py') diff --git a/test/scripts/stream_modify.py b/test/scripts/stream_modify.py deleted file mode 100644 index e26d83f1..00000000 --- a/test/scripts/stream_modify.py +++ /dev/null @@ -1,7 +0,0 @@ -def modify(chunks): - for chunk in chunks: - yield chunk.replace("foo", "bar") - - -def responseheaders(context, flow): - flow.response.stream = modify -- cgit v1.2.3