hotfix to mitmproxy missing start_server_playback() parameter added. backported from PR [#439]

This commit is contained in:
Marcelo Glezer 2015-01-12 12:49:23 -03:00
parent e18294437c
commit 9553ca0ed4

View File

@ -529,7 +529,7 @@ class ConsoleMaster(flow.FlowMaster):
ret,
self.killextra, self.rheaders,
False, self.nopop,
self.options.replay_ignore_params, self.options.replay_ignore_content
self.options.replay_ignore_params, self.options.replay_ignore_content, self.options.replay_ignore_payload_params
)
def spawn_editor(self, data):