1
0
forked from gitea/gitea

Merge pull request from nd/develop

Fix  - handle requests waiting for reply
This commit is contained in:
Unknwon 2016-01-25 13:16:32 -05:00
commit b33abc6280

@ -91,6 +91,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
return
}
req.Reply(true, nil);
go io.Copy(input, ch)
io.Copy(ch, stdout)
io.Copy(ch.Stderr(), stderr)