diff --git a/.bleep b/.bleep index b554c0b..6bd7d8b 100644 --- a/.bleep +++ b/.bleep @@ -1 +1 @@ -856e8cec6eaf3ad55fd83b85a85591bfd7dbe1dc \ No newline at end of file +d4fa38fb7c9b12dd533b95a9d0352e8693dafe14 \ No newline at end of file diff --git a/pingora-core/src/upstreams/peer.rs b/pingora-core/src/upstreams/peer.rs index 832791d..78eb762 100644 --- a/pingora-core/src/upstreams/peer.rs +++ b/pingora-core/src/upstreams/peer.rs @@ -67,7 +67,7 @@ pub trait Peer: Display + Clone { fn tls(&self) -> bool; /// The SNI to send, if TLS is used fn sni(&self) -> &str; - /// To decide whether a [`Peer`] can use the connection established by another [`Peer`]. + /// To decide whether a [`Peer`] can use the connection established by another [`Peer`]. /// /// The connections to two peers are considered reusable to each other if their reuse hashes are /// the same