mirror of
https://github.com/nginx/nginx.git
synced 2024-12-28 09:51:04 -06:00
delete unneeded condition
This commit is contained in:
parent
7b7faed7d6
commit
517a8fc588
@ -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…
Reference in New Issue
Block a user