mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 04:12:05 +00:00
delete unneeded condition
This commit is contained in:
parent
7b7faed7d6
commit
517a8fc588
1 changed files with 1 additions and 4 deletions
|
|
@ -356,10 +356,7 @@ ngx_http_file_cache_exists(ngx_http_request_t *r, ngx_http_file_cache_t *cache)
|
|||
if (fcn->uses >= r->cache->min_uses) {
|
||||
|
||||
r->cache->exists = fcn->exists;
|
||||
|
||||
if (fcn->body_start) {
|
||||
r->cache->body_start = fcn->body_start;
|
||||
}
|
||||
r->cache->body_start = fcn->body_start;
|
||||
|
||||
rc = NGX_OK;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue