comparison src/http/ngx_http_file_cache.c @ 2606:fd387fbb28c6

delete unneeded condition
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Mar 2009 14:00:28 +0000
parents 2a35ed59827d
children 2bce3f6416c6
comparison
equal deleted inserted replaced
2605:2a301c21256a 2606:fd387fbb28c6
354 } 354 }
355 355
356 if (fcn->uses >= r->cache->min_uses) { 356 if (fcn->uses >= r->cache->min_uses) {
357 357
358 r->cache->exists = fcn->exists; 358 r->cache->exists = fcn->exists;
359 359 r->cache->body_start = fcn->body_start;
360 if (fcn->body_start) {
361 r->cache->body_start = fcn->body_start;
362 }
363 360
364 rc = NGX_OK; 361 rc = NGX_OK;
365 362
366 } else { 363 } else {
367 rc = NGX_AGAIN; 364 rc = NGX_AGAIN;