mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-29 00:00:26 +00:00
request is absolute
This commit is contained in:
parent
ba42984b59
commit
80da33b2d3
@ -767,7 +767,7 @@ class FlowMaster(controller.Master):
|
||||
f = http.HTTPFlow(None,None);
|
||||
headers = ODictCaseless()
|
||||
|
||||
req = http.HTTPRequest("relative", method, scheme, host, port, path, (1, 1), headers, None,
|
||||
req = http.HTTPRequest("absolute", method, scheme, host, port, path, (1, 1), headers, None,
|
||||
None, None, None)
|
||||
f.request = req
|
||||
return self.load_flow(f)
|
||||
|
Loading…
Reference in New Issue
Block a user