]> Cypherpunks repositories - gostls13.git/commit
http/spdy: reorganize package.
authorWilliam Chan <willchan@chromium.org>
Thu, 2 Jun 2011 00:30:49 +0000 (17:30 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Jun 2011 00:30:49 +0000 (17:30 -0700)
commitbc3a72fa28d45f0dffbb89e6d07566c2b3997393
tree72979c5104704a9e2d880212a53da9623f4ff36d
parent17bfa32fde692b3d299ced5e1879b4f6bfefbfac
http/spdy: reorganize package.

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/4524087
src/pkg/http/spdy/Makefile
src/pkg/http/spdy/framer.go [deleted file]
src/pkg/http/spdy/read.go [new file with mode: 0644]
src/pkg/http/spdy/spdy_test.go [moved from src/pkg/http/spdy/framer_test.go with 100% similarity]
src/pkg/http/spdy/types.go [moved from src/pkg/http/spdy/protocol.go with 64% similarity]
src/pkg/http/spdy/write.go [new file with mode: 0644]