davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

Schemify for HTTP only works for URIs ending in :80 #77

Closed op closed 7 years ago

op commented 7 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.

davecheney commented 7 years ago

It should work.