]> Cypherpunks repositories - gostls13.git/commit
exp/spdy: move http/spdy to exp/spdy
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 11 Oct 2011 23:45:01 +0000 (16:45 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 11 Oct 2011 23:45:01 +0000 (16:45 -0700)
commit9b8cdad8aa619beb3be7e912fcb23a76cb73e622
treea4a1745921b1b29277b31c05137b546e8c935102
parentf4cb96b4380efa8e78431124dabb6d654f05b705
exp/spdy: move http/spdy to exp/spdy

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5238051
src/pkg/Makefile
src/pkg/exp/spdy/Makefile [moved from src/pkg/http/spdy/Makefile with 94% similarity]
src/pkg/exp/spdy/read.go [moved from src/pkg/http/spdy/read.go with 100% similarity]
src/pkg/exp/spdy/spdy_test.go [moved from src/pkg/http/spdy/spdy_test.go with 100% similarity]
src/pkg/exp/spdy/types.go [moved from src/pkg/http/spdy/types.go with 100% similarity]
src/pkg/exp/spdy/write.go [moved from src/pkg/http/spdy/write.go with 100% similarity]