diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-09-07 09:49:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-07 09:49:51 +0000 |
| commit | bfb2447d15e3a3a5076dda1963a27a0a2b61e88e (patch) | |
| tree | 828f9159e95c000ecbe698b965a8c678ea06275e /src/http/ngx_http_upstream.h | |
| parent | c8cee16ad74140424eb9758e1bc9dae35f3e5ef2 (diff) | |
| download | nginx-bfb2447d15e3a3a5076dda1963a27a0a2b61e88e.tar.gz nginx-bfb2447d15e3a3a5076dda1963a27a0a2b61e88e.tar.bz2 | |
merge r2953, r2958, r3084:
*) $upstream_cache_status
*) clean cache updating state if a response has uncacheable code or
cache prohibitive headers
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index eb97d3989..fc777670e 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -298,7 +298,7 @@ struct ngx_http_upstream_s { unsigned accel:1; unsigned ssl:1; #if (NGX_HTTP_CACHE) - unsigned stale_cache:1; + unsigned cache_status:3; #endif unsigned buffering:1; |
