diff options
Diffstat (limited to 'pingora-load-balancing/src')
-rw-r--r-- | pingora-load-balancing/src/health_check.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingora-load-balancing/src/health_check.rs b/pingora-load-balancing/src/health_check.rs index adb0c4f..d40221d 100644 --- a/pingora-load-balancing/src/health_check.rs +++ b/pingora-load-balancing/src/health_check.rs @@ -52,7 +52,7 @@ pub struct TcpHealthCheck { /// The SocketAddr of `peer_template` is just a placeholder which will be replaced by the /// actual address of the backend when the health check runs. /// - /// By default this check will try to establish a TCP connection. When the the `sni` field is + /// By default this check will try to establish a TCP connection. When the `sni` field is /// set, it will also try to establish a TLS connection on top of the TCP connection. pub peer_template: BasicPeer, connector: TransportConnector, |