remove verified remark

This commit is contained in:
Thomas Kriechbaumer 2017-02-08 14:34:55 +01:00
parent ae94ca6fa9
commit b5f0342664

View File

@ -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: