aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-08 14:34:55 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-09 16:08:35 +0100
commitb5f0342664b04db9bf43513c3f7470e42e4b931f (patch)
tree024d652c96ca7236c9bea7da5b0cb529e5a01209 /mitmproxy
parentae94ca6fa9b9ccdd28154a440671e7b1dc11dee2 (diff)
downloadmitmproxy-b5f0342664b04db9bf43513c3f7470e42e4b931f.tar.gz
mitmproxy-b5f0342664b04db9bf43513c3f7470e42e4b931f.tar.bz2
mitmproxy-b5f0342664b04db9bf43513c3f7470e42e4b931f.zip
remove verified remark
Diffstat (limited to 'mitmproxy')
-rw-r--r--mitmproxy/net/http/http2/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/net/http/http2/utils.py b/mitmproxy/net/http/http2/utils.py
index 24dc773c..4a553d8d 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: