Преглед изворни кода

doc: remove deceptive comment on session/mod.rs

draoi пре 2 година
родитељ
комит
c0f9920d0a
1 измењених фајлова са 0 додато и 1 уклоњено
  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()",