aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-proxy/tests
diff options
context:
space:
mode:
authorewang <[email protected]>2024-03-01 12:39:07 -0800
committerYuchen Wu <[email protected]>2024-03-01 13:47:27 -0800
commit8dc94d6cc4c28799d2f0cdaa9eaaacc6f9b109eb (patch)
tree125430854bc3333b21dcbccc79c995a6d952ff25 /pingora-proxy/tests
parent8160ad169878ea6b4884b977f2a96541083036c4 (diff)
downloadpingora-8dc94d6cc4c28799d2f0cdaa9eaaacc6f9b109eb.tar.gz
pingora-8dc94d6cc4c28799d2f0cdaa9eaaacc6f9b109eb.zip
More minor comment fixes and improvements
Diffstat (limited to 'pingora-proxy/tests')
-rw-r--r--pingora-proxy/tests/utils/conf/origin/conf/nginx.conf4
1 files changed, 2 insertions, 2 deletions
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 {