mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
remove verified remark
This commit is contained in:
parent
ae94ca6fa9
commit
b5f0342664
@ -21,7 +21,6 @@ def parse_headers(headers):
|
|||||||
first_line_format = "relative"
|
first_line_format = "relative"
|
||||||
else:
|
else:
|
||||||
first_line_format = "absolute"
|
first_line_format = "absolute"
|
||||||
# FIXME: verify if path or :host contains what we need
|
|
||||||
scheme, host, port, _ = url.parse(path)
|
scheme, host, port, _ = url.parse(path)
|
||||||
|
|
||||||
if authority:
|
if authority:
|
||||||
|
Loading…
Reference in New Issue
Block a user