This commit is contained in:
Maximilian Hils 2016-04-13 20:32:05 -07:00
parent a3f8a7c72c
commit 1ab51a1d3d

View File

@ -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):