aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/dump.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/dump.py')
-rw-r--r--mitmproxy/dump.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/mitmproxy/dump.py b/mitmproxy/dump.py
index 7fb8cc42..2dc90031 100644
--- a/mitmproxy/dump.py
+++ b/mitmproxy/dump.py
@@ -53,12 +53,6 @@ class DumpMaster(flow.FlowMaster):
"HTTP/2 is disabled. Use --no-http2 to silence this warning.",
file=sys.stderr)
- if options.client_replay:
- self.start_client_playback(
- self._readflow(options.client_replay),
- not options.keepserving
- )
-
if options.rfile:
try:
self.load_flows_file(options.rfile)