mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
Upstream: jump out of loop after matching the status code.
This commit is contained in:
parent
41ecd45a5b
commit
b47c1f35e2
@ -2502,6 +2502,8 @@ ngx_http_upstream_test_next(ngx_http_request_t *r, ngx_http_upstream_t *u)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (NGX_HTTP_CACHE)
|
#if (NGX_HTTP_CACHE)
|
||||||
|
Loading…
Reference in New Issue
Block a user