commit | 406a68003cfc3b9907bd40699c4a51df4cee3a5a | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Jul 28 15:49:34 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Jul 28 15:49:34 2010 +0000 |
tree | 3375c5abfa5b609b71145b2bec2e918dc67b4aa9 | |
parent | 18b36e5035ec5b96fbc44311df5e5dd426d4e93e [diff] |
several changes in cache cleanup handling: *) now ngx_http_file_cache_cleanup() uses ngx_http_file_cache_free() *) ngx_http_file_cache_free() interface has been changed to accept r->cache ngx_http_file_cache_cleanup() must use r->cache, but not r, because there can be several r->cache's during request processing, r->cache may be NULL at request finalising, etc. *) test if updating request does not complete correctly