浏览代码

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());
 
         // Wait for handshake to finish.
-        // If the handshake returns an error, remove this host from all hostlists.
         match handshake_task.await {
             Ok(()) => {
                 debug!(target: "net::session::register_channel()",