summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-06 18:49:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-06 18:49:47 +0000
commit55192e74706f328a53db6173c50ba03af9582253 (patch)
tree065b5fe0a8e1ac1a8254fc5525532e2ec5236cb0 /src/http/ngx_http_upstream.h
parentfa524e9063212bf021aa557a0e42b2b0c06f3982 (diff)
downloadnginx-55192e74706f328a53db6173c50ba03af9582253.tar.gz
nginx-55192e74706f328a53db6173c50ba03af9582253.tar.bz2
proxy_cache_use_stale/fastcgi_cache_use_stale updating
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 488aed5a8..eb97d3989 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -24,8 +24,9 @@
#define NGX_HTTP_UPSTREAM_FT_HTTP_503 0x00000040
#define NGX_HTTP_UPSTREAM_FT_HTTP_504 0x00000080
#define NGX_HTTP_UPSTREAM_FT_HTTP_404 0x00000100
-#define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK 0x00000200
-#define NGX_HTTP_UPSTREAM_FT_MAX_WAITING 0x00000400
+#define NGX_HTTP_UPSTREAM_FT_UPDATING 0x00000200
+#define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK 0x00000400
+#define NGX_HTTP_UPSTREAM_FT_MAX_WAITING 0x00000800
#define NGX_HTTP_UPSTREAM_FT_NOLIVE 0x40000000
#define NGX_HTTP_UPSTREAM_FT_OFF 0x80000000