commit | a93ee0c91a299defaa20470b6355ead78c7e168c | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Aug 28 12:41:55 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Wed Aug 28 12:41:55 2013 -0400 |
tree | 432087e636ccda4d3ac40d0751ab98d2d4adee9c | |
parent | 3780a70b7b78411f936c54cb55b5b50d38bb9bb9 [diff] |
go.crypto/ssh: Use net.UnixConn for connecting client and sshd. This obviates custom code to emulate a thread-safe connection. Use this for testing that listeners close if the connection breaks. R=dave, agl, fullung CC=golang-dev https://golang.org/cl/11781043