load test
- Only close SSH if RPC fails. Closing RPC automatically closes the underlying stream which in this case is the SSH connection. - I thought about closing the SSH conn instead of RPC, but there is a bit more cleanup that the RPC library needs to do. |
||
|---|---|---|
| test | ||
| client.go | ||
| client_test.go | ||
| connection.go | ||
| connection_test.go | ||
| port_forwarder.go | ||
| port_forwarder_test.go | ||
| rpc.go | ||
| session.go | ||
| session_test.go | ||
| socket.go | ||
| ssh.go | ||