Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: update comment
Fintan Halpenny committed 3 months ago
commit 91f6ee6a8da8da71c32a5db49c7f7cedfb596f51
parent 8f2cf651acce2d1ac6f3638236f2d13c448d8112
1 file changed +1 -1
modified crates/radicle-node/src/reactor/transport.rs
@@ -206,7 +206,7 @@ impl<S: Session> Transport<S> {
        }
        match self.flush() {
            Ok(_) => None,
-
            // In this case, the write could not complete. Leave `needs_flush` set
+
            // In this case, the write could not complete. Leave `write_intent` set
            // to be notified when the socket is ready to write again.
            Err(err)
                if matches!(