From b5f0342664b04db9bf43513c3f7470e42e4b931f Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 8 Feb 2017 14:34:55 +0100 Subject: [PATCH] remove verified remark --- mitmproxy/net/http/http2/utils.py | 1 - 1 file changed, 1 deletion(-) 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: