mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
fix #1082
This commit is contained in:
parent
a3f8a7c72c
commit
1ab51a1d3d
@ -998,8 +998,8 @@ class FlowMaster(controller.Master):
|
||||
self.state.add_flow(f)
|
||||
self.replacehooks.run(f)
|
||||
self.setheaders.run(f)
|
||||
self.run_script_hook("request", f)
|
||||
self.process_new_request(f)
|
||||
self.run_script_hook("request", f)
|
||||
return f
|
||||
|
||||
def handle_responseheaders(self, f):
|
||||
|
Loading…
Reference in New Issue
Block a user