aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/tcp_stream_modify.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/tcp_stream_modify.py')
-rw-r--r--test/scripts/tcp_stream_modify.py3
1 files changed, 0 insertions, 3 deletions
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")