From: Brad Fitzpatrick Date: Tue, 16 Aug 2016 14:36:13 +0000 (-0700) Subject: doc/go1.7.html: fix name of tls.Config.NextProtos X-Git-Tag: go1.8beta1~1837 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=496174e32e8983f46c6178cab250ea08f4d89dd2;p=gostls13.git 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 --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 2f25928175..ea34f873b1 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -909,7 +909,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.