mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
http2: remove odict workaround
This commit is contained in:
parent
3cf6bd5fb6
commit
6101d11d6c
@ -138,7 +138,7 @@ class PathodHandler(tcp.BaseHandler):
|
|||||||
method = req.method
|
method = req.method
|
||||||
path = req.path
|
path = req.path
|
||||||
httpversion = req.httpversion
|
httpversion = req.httpversion
|
||||||
headers = odict.ODictCaseless(req.headers)
|
headers = req.headers
|
||||||
body = req.body
|
body = req.body
|
||||||
|
|
||||||
clientcert = None
|
clientcert = None
|
||||||
|
Loading…
Reference in New Issue
Block a user