From f68577f2941b7e331b8b702cd1e6ca100d3820c4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Jan 2020 19:15:15 -0800 Subject: [PATCH] doc/go1.14: mention new field net/http/httptest/Server.EnableHTTP2 Updates #34939 Updates #36878 Change-Id: Ifa9a17b5b16bfcfbfe1d113a2b66a63ea3a6b59c Reviewed-on: https://go-review.googlesource.com/c/go/+/217131 Reviewed-by: Brad Fitzpatrick --- doc/go1.14.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 949b3d9383..a7e7ac13b2 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -532,6 +532,17 @@ TODO +
net/http/httptest
+
+

+ The + new Server + field EnableHTTP2 + supports enabling HTTP/2 on the test server. +

+
+
+
plugin

-- 2.50.0