diff --git a/server/src/bridge/mod.rs b/server/src/bridge/mod.rs index d285fba8e..980cb7d61 100644 --- a/server/src/bridge/mod.rs +++ b/server/src/bridge/mod.rs @@ -903,10 +903,11 @@ pub struct PendingConnections(pub Vec); /// separate ambition, not this ticket's). /// - `Reader` → installed as a new Reader connection, always (0-N /// readers is the whole point of this ticket). -/// `PendingPoll::Failed` connections (EOF before completing handshake, -/// malformed startup, etc.) are simply dropped — never logged as errors -/// at more than `warn` level, since an incomplete handshake from a -/// probing/misbehaving client is an expected occurrence, not a bug. +/// +/// `PendingPoll::Failed` connections (EOF before completing handshake, +/// malformed startup, etc.) are simply dropped — never logged as errors +/// at more than `warn` level, since an incomplete handshake from a +/// probing/misbehaving client is an expected occurrence, not a bug. pub fn accept_new_connections( listener: Option>, mut pending: Option>,