aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-05-26 20:26:44 +0300
committerSergey Kandaurov <pluknet@nginx.com>2020-05-26 20:26:44 +0300
commit38091071a8ebef605433aef4b8c0a5b55845b43f (patch)
treee90b9a87999acd121234d156047c54f0d403aa5f /src/http/ngx_http_upstream.c
parent2360f58a9b4515cfb5aa2d454892da70274ae183 (diff)
parentbab7ab047757c5e9e15fbd70880e2a3d27c75372 (diff)
downloadnginx-38091071a8ebef605433aef4b8c0a5b55845b43f.tar.gz
nginx-38091071a8ebef605433aef4b8c0a5b55845b43f.zip
Merged with the default branch.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r--src/http/ngx_http_upstream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index 89e1319f9..be96be47a 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -2502,6 +2502,8 @@ ngx_http_upstream_test_next(ngx_http_request_t *r, ngx_http_upstream_t *u)
}
#endif
+
+ break;
}
#if (NGX_HTTP_CACHE)