Implement chunking.

Move from rpc to separate util package.
This commit is contained in:
Christian Schwarz
2017-04-15 17:07:32 +02:00
parent a790f8ee89
commit 69f8e7cfc3
3 changed files with 133 additions and 27 deletions

View File

@@ -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)
}
}()