From 759c2c48ea14d3b9c9ee594862472761b706c98f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 16 Aug 2016 07:36:13 -0700 Subject: [release-branch.go1.7] doc/go1.7.html: fix name of tls.Config.NextProtos Updates #16737 Change-Id: Ia51fc9b06df43b7c6f7136e90b40362263c20081 Reviewed-on: https://go-review.googlesource.com/27126 Reviewed-by: Chris Broadfoot Reviewed-on: https://go-review.googlesource.com/27234 --- doc/go1.7.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.7.html b/doc/go1.7.html index 1576abbc91..762c1ecbcc 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -910,7 +910,7 @@ For example, the address on which a request received is

The server's Serve method now only enables HTTP/2 support if the Server.TLSConfig field is nil -or includes "h2" in its TLSConfig.NextProto. +or includes "h2" in its TLSConfig.NextProtos.

-- cgit v1.2.3-54-g00ecf