diff --git a/doc/go1.12.html b/doc/go1.12.html index c398a11316..a26a0eac60 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -151,6 +151,7 @@ for { + @@ -344,6 +345,10 @@ for { TODO: https://golang.org/cl/146659: enable RFC 6555 Fast Fallback by default

+

+ TODO: https://golang.org/cl/107196: enable TCP keepalives by default +

+
net/http
@@ -356,6 +361,10 @@ for { TODO: https://golang.org/cl/145398: in Transport, don't error on non-chunked response with Trailer header

+

+ TODO: https://golang.org/cl/152080: update bundled x/net/http2 +

+
net/http/httputil