mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
Merge branch 'master' of github.com:mitmproxy/mitmproxy
This commit is contained in:
@@ -242,7 +242,7 @@ class ServerPlaybackState:
|
||||
]
|
||||
|
||||
if not self.ignore_content:
|
||||
form_contents = r.get_form_urlencoded()
|
||||
form_contents = r.get_form()
|
||||
if self.ignore_payload_params and form_contents:
|
||||
key.extend(
|
||||
p for p in form_contents
|
||||
@@ -775,6 +775,8 @@ class FlowMaster(controller.Master):
|
||||
if all(e):
|
||||
self.shutdown()
|
||||
self.client_playback.tick(self)
|
||||
if self.client_playback.done():
|
||||
self.client_playback = None
|
||||
|
||||
return super(FlowMaster, self).tick(q, timeout)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user