Skip to content

Commit 351db0e

Browse files
committed
fix: remove non-relevant comment
1 parent ee147d0 commit 351db0e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

crates/peerinfo/src/handler.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,6 @@ type RequestFuture = BoxFuture<'static, Result<(Stream, PeerInfo), Failure>>;
271271
type InboundFuture = BoxFuture<'static, Result<(Stream, PeerInfo), std::io::Error>>;
272272

273273
/// The current state w.r.t. outbound peer info requests.
274-
///
275-
/// Note: We use a new stream for each request because the protocol uses
276-
/// half-close pattern (stream is closed after each exchange).
277274
enum OutboundState {
278275
/// A new substream is being negotiated for the peerinfo protocol.
279276
OpenStream,

0 commit comments

Comments
 (0)