aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorZero King <[email protected]>2024-08-18 10:09:20 +0000
committerEdward Wang <[email protected]>2024-09-06 13:43:53 -0700
commit61700443bf67e20aef0dd37216b4b3538fca6c3c (patch)
tree5f031e38c1d427a2bffeab410edbfa3377816ce7
parent444186eb71aedd374e59b6abcdb2c2ea7ae2e2d2 (diff)
downloadpingora-61700443bf67e20aef0dd37216b4b3538fca6c3c.tar.gz
pingora-61700443bf67e20aef0dd37216b4b3538fca6c3c.zip
Replace non-breaking space with regular space
Includes-commit: 0560e0ff05481465e926766ba1d6791c12a96944 Replicated-from: https://github.com/cloudflare/pingora/pull/356
-rw-r--r--.bleep2
-rw-r--r--pingora-core/src/upstreams/peer.rs2
2 files changed, 2 insertions, 2 deletions
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