]> Cypherpunks repositories - gostls13.git/commit
net/http: add Next Protocol Negotation upgrade support to the Server
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Feb 2013 21:55:38 +0000 (13:55 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Feb 2013 21:55:38 +0000 (13:55 -0800)
commit92e4645f31c6a766207ce5095b9629f5e77adad5
tree84eb491e24344dbc051dbf08c89b893ea9fe33e2
parent5ae6a237310e4c8d02fc3257f8be61df44bc9e47
net/http: add Next Protocol Negotation upgrade support to the Server

This provides the mechanism to connect SPDY support to the http
package, without pulling SPDY into the standard library.

R=rsc, agl, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/7287045
src/pkg/net/http/httptest/server.go
src/pkg/net/http/npn_test.go [new file with mode: 0644]
src/pkg/net/http/server.go