Debug messages
[?]
Nov 25, 2020, 3:32 PM
SJBZKVM5LUAKYLICNC5IKL6Y4GIMAZ4TBKTRU5UN3KGQ4L2GWBMQCDependencies
- [2]
7FRJYUI6Reboot because of a bad change - [3]
Y5HHIQXVWait for the connection to be encrypted in `connect`
Change contents
- edit in thrussh/src/session.rs at line 211
use std::ops::Deref; - edit in thrussh/src/session.rs at line 226
debug!("buffer: {:?}", write.deref().len()); - edit in thrussh/src/session.rs at line 226
debug!("buffer: {:?} {:?}", write.len(), channel.recipient_window_size); - edit in thrussh/src/client/mod.rs at line 645
debug!("window adjusted: {:?}", new_size); - edit in thrussh/src/client/mod.rs at line 661
debug!("sendable {:?}", sendable); - edit in thrussh/src/client/mod.rs at line 915
debug!("writing {:?} bytes", self.common.write_buffer.buffer.len()); - edit in thrussh/src/client/mod.rs at line 916
debug!("writing to stream: {:?} bytes", self.common.write_buffer.buffer.len()); - edit in thrussh/src/client/encrypted.rs at line 304
debug!("channel_close"); - edit in thrussh/src/client/encrypted.rs at line 304
debug!("channel_eof");