comparison src/http/ngx_http_file_cache.c @ 2925:8e3e31fd00a9

remove remnants
author Igor Sysoev <igor@sysoev.ru>
date Sat, 06 Jun 2009 14:13:49 +0000
parents b3b8c66bd520
children 80a314b63c56
comparison
equal deleted inserted replaced
2924:a0987c332d8e 2925:8e3e31fd00a9
338 "http file cache expired: %T %T", c->valid_sec, now); 338 "http file cache expired: %T %T", c->valid_sec, now);
339 339
340 return NGX_HTTP_CACHE_STALE; 340 return NGX_HTTP_CACHE_STALE;
341 } 341 }
342 342
343 /* TODO: NGX_HTTP_CACHE_AGED */
344
345 return NGX_OK; 343 return NGX_OK;
346 } 344 }
347 345
348 346
349 static ngx_int_t 347 static ngx_int_t