mirror of https://github.com/golang/go.git
This CL generalises the pair of halfConnection members that the
serverConn holds into a single transport struct that is shared by
both Server and Client, see also CL 5037047.
This CL is a replacement for 5040046 which I closed by accident.
R=agl, bradfitz
CC=golang-dev
https://golang.org/cl/5075042
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| channel.go | ||
| common.go | ||
| doc.go | ||
| messages.go | ||
| messages_test.go | ||
| server.go | ||
| server_shell.go | ||
| server_shell_test.go | ||
| transport.go | ||
| transport_test.go | ||