We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92660ef commit 3463ed0Copy full SHA for 3463ed0
russh/src/channels/mod.rs
@@ -32,6 +32,7 @@ pub enum ChannelMsg {
32
ext: u32,
33
},
34
Eof,
35
+ Close,
36
/// (client only)
37
RequestPty {
38
want_reply: bool,
@@ -109,8 +110,6 @@ pub enum ChannelMsg {
109
110
Success,
111
/// (server only)
112
Failure,
- /// (server only)
113
- Close,
114
OpenFailure(ChannelOpenFailure),
115
}
116
0 commit comments