Skip to content

Commit

Permalink
Replace non-breaking space with regular space
Browse files Browse the repository at this point in the history
Includes-commit: 0560e0f
Replicated-from: #356
  • Loading branch information
l2dy authored and drcaramelsyrup committed Sep 6, 2024
1 parent 444186e commit 6170044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bleep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
856e8cec6eaf3ad55fd83b85a85591bfd7dbe1dc
d4fa38fb7c9b12dd533b95a9d0352e8693dafe14
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 6170044

Please sign in to comment.