aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-02-05 14:11:19 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-02-05 14:11:19 +0100
commitb7ae4b0a4cc89e9a3651f4930af749cd95844f12 (patch)
tree1aea1251d6f695ff4bda21173802bb33aba75937
parente089061996b6637179ddb0a17e6b203255deb2fb (diff)
parent8e57597d22ad98740ca86e741c06f3821abdf7a4 (diff)
downloadmitmproxy-b7ae4b0a4cc89e9a3651f4930af749cd95844f12.tar.gz
mitmproxy-b7ae4b0a4cc89e9a3651f4930af749cd95844f12.tar.bz2
mitmproxy-b7ae4b0a4cc89e9a3651f4930af749cd95844f12.zip
Merge pull request #447 from tekii/server-replay-missing-args
missing parameter in start_server_playback call (again)
-rw-r--r--libmproxy/console/flowlist.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/libmproxy/console/flowlist.py b/libmproxy/console/flowlist.py
index c896ba33..102fa7b9 100644
--- a/libmproxy/console/flowlist.py
+++ b/libmproxy/console/flowlist.py
@@ -121,14 +121,16 @@ class ConnectionItem(common.WWrap):
[i.copy() for i in self.master.state.view],
self.master.killextra, self.master.rheaders,
False, self.master.nopop,
- self.master.options.replay_ignore_params, self.master.options.replay_ignore_content
+ self.master.options.replay_ignore_params, self.master.options.replay_ignore_content,
+ self.master.options.replay_ignore_payload_params
)
elif k == "t":
self.master.start_server_playback(
[self.flow.copy()],
self.master.killextra, self.master.rheaders,
False, self.master.nopop,
- self.master.options.replay_ignore_params, self.master.options.replay_ignore_content
+ self.master.options.replay_ignore_params, self.master.options.replay_ignore_content,
+ self.master.options.replay_ignore_payload_params
)
else:
self.master.path_prompt(