Commit Graph

2 Commits

Author SHA1 Message Date
Rangel Ivanov
de2c1f9cb8 http3/request: Fix URL parsing of leading double slashes after authority
Use url.ParseRequestURI instead of url.Parse.
Otherwise it will be interpreted as a path without a scheme
which will result in '//some_path' parsed as url.Host:somepath and empty
url.Path
2019-05-14 10:09:34 +03:00
Marten Seemann
56111f31ac add tests for the HTTP/3 request 2019-05-13 12:16:33 +02:00