aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/dump.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-09-07 12:59:11 +1200
committerGitHub <noreply@github.com>2016-09-07 12:59:11 +1200
commitea49b8a2e2f76a0abada248061ad960966f033da (patch)
tree373a80dd03e2dc002de196d173d9aa1f156fd3e0 /mitmproxy/dump.py
parent7841d73cb2f1be5e0fdf7c40c247f7ea68b0c945 (diff)
parent6c970cfd4c61defed0bfea08b5c653c5a7c704ca (diff)
downloadmitmproxy-ea49b8a2e2f76a0abada248061ad960966f033da.tar.gz
mitmproxy-ea49b8a2e2f76a0abada248061ad960966f033da.tar.bz2
mitmproxy-ea49b8a2e2f76a0abada248061ad960966f033da.zip
Merge pull request #1532 from cortesi/playback
Playback and fix construct breakage
Diffstat (limited to 'mitmproxy/dump.py')
-rw-r--r--mitmproxy/dump.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/mitmproxy/dump.py b/mitmproxy/dump.py
index 51124224..49215b3a 100644
--- a/mitmproxy/dump.py
+++ b/mitmproxy/dump.py
@@ -59,18 +59,6 @@ class DumpMaster(flow.FlowMaster):
"HTTP/2 is disabled. Use --no-http2 to silence this warning.",
file=sys.stderr)
- if options.server_replay:
- self.start_server_playback(
- self._readflow(options.server_replay),
- options.kill, options.rheaders,
- not options.keepserving,
- options.nopop,
- options.replay_ignore_params,
- options.replay_ignore_content,
- options.replay_ignore_payload_params,
- options.replay_ignore_host
- )
-
if options.client_replay:
self.start_client_playback(
self._readflow(options.client_replay),