mirror of
https://github.com/nginx/nginx.git
synced 2025-01-23 23:03:18 -06:00
fix r3968
This commit is contained in:
parent
6cb6fc4a09
commit
92161bac79
@ -533,7 +533,7 @@ ngx_http_file_cache_exists(ngx_http_file_cache_t *cache, ngx_http_cache_t *c)
|
|||||||
if (fcn->exists || fcn->uses >= c->min_uses) {
|
if (fcn->exists || fcn->uses >= c->min_uses) {
|
||||||
|
|
||||||
c->exists = fcn->exists;
|
c->exists = fcn->exists;
|
||||||
if (c->body_start) {
|
if (fcn->body_start) {
|
||||||
c->body_start = fcn->body_start;
|
c->body_start = fcn->body_start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user