Skip to content

Commit

Permalink
Replace non-breaking space with regular space
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Aug 18, 2024
1 parent b0bd0fb commit 0560e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-core/src/upstreams/peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0560e0f

Please sign in to comment.