This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#2432
from nd/develop
Fix
#2431
- handle requests waiting for reply
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
61976ce9f0
08b2f41a02
commit
2682a01dc1
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/ssh/ssh.go
+ 1
- 0
modules/ssh/ssh.go
View File
@@ -91,6 +91,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
return
return
}
}
req.Reply(true, nil);
go io.Copy(input, ch)
go io.Copy(input, ch)
io.Copy(ch, stdout)
io.Copy(ch, stdout)
io.Copy(ch.Stderr(), stderr)
io.Copy(ch.Stderr(), stderr)
Write
Preview
Loading…
Cancel
Save