diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-08 14:34:55 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-09 16:08:35 +0100 |
commit | b5f0342664b04db9bf43513c3f7470e42e4b931f (patch) | |
tree | 024d652c96ca7236c9bea7da5b0cb529e5a01209 | |
parent | ae94ca6fa9b9ccdd28154a440671e7b1dc11dee2 (diff) | |
download | mitmproxy-b5f0342664b04db9bf43513c3f7470e42e4b931f.tar.gz mitmproxy-b5f0342664b04db9bf43513c3f7470e42e4b931f.tar.bz2 mitmproxy-b5f0342664b04db9bf43513c3f7470e42e4b931f.zip |
remove verified remark
-rw-r--r-- | mitmproxy/net/http/http2/utils.py | 1 |
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: |