mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Merge pull request #445 from tekii/hotfix-start-server-playback
hotfix to mitmproxy missing start_server_playback() parameter added.
This commit is contained in:
commit
e089061996
@ -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