From 8dc94d6cc4c28799d2f0cdaa9eaaacc6f9b109eb Mon Sep 17 00:00:00 2001 From: ewang Date: Fri, 1 Mar 2024 12:39:07 -0800 Subject: More minor comment fixes and improvements --- pingora-proxy/tests/utils/conf/origin/conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pingora-proxy/tests') diff --git a/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf b/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf index 6e55d30..31d3205 100644 --- a/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf +++ b/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf @@ -254,8 +254,8 @@ http { } # 1. A origin load balancer that rejects reused connections. - # this is to simulate the common problem when customers LB drops - # connection silently after being keepalived for awhile + # This is to simulate the common problem when an upstream LB drops + # a connection silently after being `keepalive`d for a while. # 2. A middlebox might drop the connection if the origin takes too long # to respond. We should not retry in this case. location /bad_lb { -- cgit v1.2.3