From 805312ac8761c594c8f89e8033a32b975ed833fc Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Tue, 4 Dec 2018 10:49:27 -0500 Subject: [PATCH] doc: update 1.12 with latest relnote output Change-Id: Iac0e6671902404a149dd382af37a2be002b1e50f Reviewed-on: https://go-review.googlesource.com/c/152518 Reviewed-by: Brad Fitzpatrick --- doc/go1.12.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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
-- 2.50.0