| commit | fd3978552ba514bff23ebadac6a75066c36f651d | [log] [tgz] |
|---|---|---|
| author | Dave Cheney <dave@cheney.net> | Tue Sep 20 12:21:50 2011 -0400 |
| committer | Adam Langley <agl@golang.org> | Tue Sep 20 12:21:50 2011 -0400 |
| tree | 647248240ea185ab2dabdbc198170bcaf86c0f35 | |
| parent | 3a013f117566fa58300a6f1c8f6e5d0b481315ec [diff] |
exp/ssh: refactor halfConnection to transport
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