diff --git a/src/net/http/transport.go b/src/net/http/transport.go index f30ad2151c..44d27d05c2 100644 --- a/src/net/http/transport.go +++ b/src/net/http/transport.go @@ -2116,7 +2116,7 @@ func (pc *persistConn) roundTrip(req *transportRequest) (resp *Response, err err req.Method != "HEAD" { // Request gzip only, not deflate. Deflate is ambiguous and // not as universally supported anyway. - // See: http://www.gzip.org/zlib/zlib_faq.html#faq38 + // See: https://zlib.net/zlib_faq.html#faq39 // // Note that we don't request this for HEAD requests, // due to a bug in nginx: