Closed op closed 8 years ago
Maybe this isn't supposed to work. Just read the source.
In function schemify the strings.HasSuffix(uri, ":80") does not work for host:80/path.
strings.HasSuffix(uri, ":80")
host:80/path
It should work.
Maybe this isn't supposed to work. Just read the source.
In function schemify the
strings.HasSuffix(uri, ":80")
does not work forhost:80/path
.