• Dave Cheney's avatar
    exp/ssh: simplify Stdin/out/errPipe methods · 52c8107a
    Dave Cheney authored
    If a Pipe method is called, return the underlying
    reader/writer from session.clientChan, bypassing the
    io.Copy and io.Pipe harness.
    
    StdoutPipe and StderrPipe now return an io.Reader not
    an io.ReadCloser as SSH cannot signal the close of the
    local reader to the remote process.
    
    R=rsc, agl, gustav.paul, cw
    CC=golang-dev
    https://golang.org/cl/5493047
    52c8107a
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...