]> Cypherpunks repositories - gostls13.git/commit
net/http: mention ALPN in http.Server.TLSNextProto documentation
authorDan Peterson <dpiddy@gmail.com>
Mon, 16 May 2016 13:11:59 +0000 (10:11 -0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 May 2016 15:05:04 +0000 (15:05 +0000)
commitb66b97e0a120880e37b03eba00c0c7679f0a70c1
treedc7f7501f3acc0fb7c2b608df310dd04c2751785
parent6a6c1d9841a1957a2fd292df776ea920ae38ea00
net/http: mention ALPN in http.Server.TLSNextProto documentation

Make clear negotiation can happen via NPN or ALPN, similar to
http.Transport.TLSNextProto and x/net/http2.NextProtoTLS.

Change-Id: Ied00b842bc04e11159d6d2107beda921cefbc6ca
Reviewed-on: https://go-review.googlesource.com/23108
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/server.go