goproxy
goproxy copied to clipboard
IsLocalHost: support host:port
Without this patch IsLocalHost does not work for URLs with port specified i.e. it works for http://localhost
but does not work for http://localhost:80
or http://localhost:10000
.
Fixes #487