mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
fix #618
This commit is contained in:
parent
c59f045bd9
commit
083b404bba
@ -825,7 +825,7 @@ class FlowMaster(controller.Master):
|
||||
ssl_established=True
|
||||
))
|
||||
f = http.HTTPFlow(c, s)
|
||||
headers = ODictCaseless()
|
||||
headers = odict.ODictCaseless()
|
||||
|
||||
req = http.HTTPRequest(
|
||||
"absolute",
|
||||
|
Loading…
Reference in New Issue
Block a user