summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-18 13:34:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-18 13:34:47 +0000
commitbd9eda998644fad6b01f545edb3f72a03dc7fb3a (patch)
tree392a8586ae0f0e7c3a7b137b71dab41983b53fd7 /src/http/ngx_http_upstream.h
parenta5fe5881c6d38983e868cc7918008529fb6ab710 (diff)
downloadnginx-bd9eda998644fad6b01f545edb3f72a03dc7fb3a.tar.gz
nginx-bd9eda998644fad6b01f545edb3f72a03dc7fb3a.tar.bz2
$upstream_cache_status
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h2
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;