|
@@ -43,6 +43,7 @@ func Get(link *url.URL, accept string, tolerated []string, maxRedirects uint) (m
|
|
hostport := net.JoinHostPort(link.Hostname(), port)
|
|
hostport := net.JoinHostPort(link.Hostname(), port)
|
|
connection, err := dialer.Dial("tcp", hostport)
|
|
connection, err := dialer.Dial("tcp", hostport)
|