zrepl/sshbytestream
Christian Schwarz ec4284f80c sshbytestream: fix semantics when ssh connection dies
in the Wait()ing goroutine, we create an instance of our own error
containing WaitErr + stderr excerpt. Only if the remote command exits
non-zero.

io.EOF is the error we get as soon as the other end of the pipe
(the ssh command) has died.
=> wait for it in the ReadWriter methods.
2017-04-30 23:47:12 +02:00
..
ssh.go sshbytestream: fix semantics when ssh connection dies 2017-04-30 23:47:12 +02:00