mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
hotfix to mitmproxy missing start_server_playback() parameter added. backported from PR [#439]
This commit is contained in:
parent
e18294437c
commit
9553ca0ed4
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user