]> Cypherpunks repositories - gostls13.git/commit
net/http: document that Server.TLSNextProto has automatic HTTP/2 also
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 18 Dec 2015 18:26:51 +0000 (18:26 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 18 Dec 2015 18:30:39 +0000 (18:30 +0000)
commitb73e247a8eeef69ea87afea80c7a7a1b88e61553
treef6f49d736e370901a7a320c2cb2e34c8bacbcd47
parentab74f5944e1048f7293b519dfe26359db17d5ff2
net/http: document that Server.TLSNextProto has automatic HTTP/2 also

Copy the same sentence from Transport.TLSNextProto.

Change-Id: Ib67bf054e891a68be8ba466a8c52968363374d16
Reviewed-on: https://go-review.googlesource.com/18031
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/http/server.go