Send correctly formatted channel failure message (including the recipient channel number)
[?]
Jan 19, 2021, 5:02 PM
AWP72CMBDKYKROOJMVY25PSPURHGPP5FT7IGWFKKMWTDGFHSMVUQCDependencies
- [2]
7FRJYUI6Reboot because of a bad change - [3]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0
Change contents
- replacement in thrussh/src/server/encrypted.rs at line 712
debug!("{:?}, line {:?} req_type = {:?}",file!(),line!(),std::str::from_utf8(x));if let Some(ref mut enc) = self.common.encrypted {push_packet!(enc.write, {enc.write.push(msg::CHANNEL_FAILURE);});}warn!("unknown channel request {}", String::from_utf8_lossy(x));self.channel_failure(channel_num);