Merge pull request #445 from tekii/hotfix-start-server-playback

hotfix to mitmproxy missing start_server_playback() parameter added.
This commit is contained in:
Maximilian Hils 2015-01-12 16:55:21 +01:00
commit e089061996

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):