mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +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,
|
ret,
|
||||||
self.killextra, self.rheaders,
|
self.killextra, self.rheaders,
|
||||||
False, self.nopop,
|
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):
|
def spawn_editor(self, data):
|
||||||
|
Loading…
Reference in New Issue
Block a user