Closed jsoriano closed 6 years ago
In-cluster server url is built concatenating host and port, this can be problematic with IPv6.
Use url.URL and net.JoinHostPort to generate the server URL.
url.URL
net.JoinHostPort
lgtm, thanks!
In-cluster server url is built concatenating host and port, this can be problematic with IPv6.
Use
url.URL
andnet.JoinHostPort
to generate the server URL.