mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
fix r3968
This commit is contained in:
parent
6cb6fc4a09
commit
92161bac79
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
||||
c->exists = fcn->exists;
|
||||
if (c->body_start) {
|
||||
if (fcn->body_start) {
|
||||
c->body_start = fcn->body_start;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue