]> git.kaiwu.me - nginx.git/commit
Cache: proxy_cache_lock_age and friends.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 18 Nov 2014 17:41:12 +0000 (20:41 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 18 Nov 2014 17:41:12 +0000 (20:41 +0300)
commit2628cc11d44c373e64ac0bc3a4b0e5eac69f371d
tree8d2d440e06d5c29924b4bd030dcf2624a4b7f0e3
parent20d41493d428f123cc867590d693ef7e14a4ea11
Cache: proxy_cache_lock_age and friends.

Once this age is reached, the cache lock is discarded and another
request can acquire the lock.  Requests which failed to acquire
the lock are not allowed to cache the response.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_cache.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h