Browse Source

doc: remove deceptive comment on session/mod.rs

draoi 2 years ago
parent
commit
c0f9920d0a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/net/session/mod.rs

+ 0 - 1
src/net/session/mod.rs

@@ -126,7 +126,6 @@ pub trait Session: Sync {
         channel.clone().start(executor.clone());
         channel.clone().start(executor.clone());
 
 
         // Wait for handshake to finish.
         // Wait for handshake to finish.
-        // If the handshake returns an error, remove this host from all hostlists.
         match handshake_task.await {
         match handshake_task.await {
             Ok(()) => {
             Ok(()) => {
                 debug!(target: "net::session::register_channel()",
                 debug!(target: "net::session::register_channel()",