diff --git a/mitmproxy/net/http/http2/utils.py b/mitmproxy/net/http/http2/utils.py index 24dc773ca..4a553d8df 100644 --- a/mitmproxy/net/http/http2/utils.py +++ b/mitmproxy/net/http/http2/utils.py @@ -21,7 +21,6 @@ def parse_headers(headers): first_line_format = "relative" else: first_line_format = "absolute" - # FIXME: verify if path or :host contains what we need scheme, host, port, _ = url.parse(path) if authority: