mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-19 03:06:02 +02:00
Implement chunking.
Move from rpc to separate util package.
This commit is contained in:
@@ -80,7 +80,7 @@ func Outgoing(name string, remote model.SSHTransport) (conn io.ReadWriteCloser,
|
||||
io.Copy(&b, stderr)
|
||||
fmt.Println(b.String())
|
||||
fmt.Printf("%v\n", cmd.ProcessState)
|
||||
panic(err)
|
||||
//panic(err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user