Removing dead code in SSH feedback
[?]
Nov 27, 2020, 7:29 PM
MMUFJPXTN4CBS7ZXOJF3L3KV3ZCKN2ULBDSUS72XUIVC7RJZRB2ACDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
UDHP4ZVBFixing SSH asynchronicity issues
Change contents
- edit in pijul/src/remote/ssh.rs at line 516
thrussh::ChannelMsg::Data { .. } => {}thrussh::ChannelMsg::ExtendedData { data, ext } => {debug!("{:?} {:?}", ext, std::str::from_utf8(&data[..]));if let Ok(data) = std::str::from_utf8(&data) {writeln!(std::io::stderr(), "{}", data)?;}}