urilib/test
Correl Roush a4e0458534 Fix extra slash being added on root path URIs
The following bug was introduced in d6de7e83:

{https, undefined, "www.example.com", 443, "/", undefined, undefined},
  was being built as
"https://www.example.com//"

This corrects the issue by not appending a slash when the root
path ("/") is specified (it should behave the same as passing an
empty ("") path).
2018-04-13 14:02:59 -04:00
..
urilib_tests.erl Fix extra slash being added on root path URIs 2018-04-13 14:02:59 -04:00