From ca1201d0de80cfde86cb01aea620983605dfe99b Mon Sep 17 00:00:00 2001 From: Pascal Dierich Date: Tue, 23 Jul 2019 20:48:14 +0200 Subject: [PATCH] http2: use updated URI in doc Fixes golang/go#33246 Change-Id: Iefb39f086eebfa2707725f7464339fca6cff9afd Reviewed-on: https://go-review.googlesource.com/c/net/+/187277 Reviewed-by: Emmanuel Odeke --- http2/transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http2/transport.go b/http2/transport.go index c0c80d89..aeac7d8a 100644 --- a/http2/transport.go +++ b/http2/transport.go @@ -992,7 +992,7 @@ func (cc *ClientConn) roundTrip(req *http.Request) (res *http.Response, gotErrAf 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: