diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-18 13:34:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-18 13:34:47 +0000 |
| commit | bd9eda998644fad6b01f545edb3f72a03dc7fb3a (patch) | |
| tree | 392a8586ae0f0e7c3a7b137b71dab41983b53fd7 /src/http/ngx_http_upstream.h | |
| parent | a5fe5881c6d38983e868cc7918008529fb6ab710 (diff) | |
| download | nginx-bd9eda998644fad6b01f545edb3f72a03dc7fb3a.tar.gz nginx-bd9eda998644fad6b01f545edb3f72a03dc7fb3a.tar.bz2 | |
$upstream_cache_status
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; |
