Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-03-15 12:53:04 +0300
committerIgor Sysoev <igor@sysoev.ru>2006-03-15 12:53:04 +0300
commit8fea885cbf8d63d67ee6b7ea82e3e0438182ac36 (patch)
tree232fb0db90b71aeb124c970bf619f3dd1de19aac /src/http/ngx_http_upstream.h
parent5e40d785cbb896a9ed218c6a599863f2a82aa721 (diff)
nginx-0.3.33-RELEASE importrelease-0.3.33
*) Feature: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives. *) Bugfix: ngx_http_perl_module did not work with inlined in the configuration code, if it was not started with the "sub" word. *) Bugfix: in the "post_action" directive.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r--src/http/ngx_http_upstream.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index a1780292c..117def185 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -16,13 +16,14 @@
#include <ngx_http.h>
-#define NGX_HTTP_UPSTREAM_FT_ERROR 0x02
-#define NGX_HTTP_UPSTREAM_FT_TIMEOUT 0x04
-#define NGX_HTTP_UPSTREAM_FT_INVALID_HEADER 0x08
-#define NGX_HTTP_UPSTREAM_FT_HTTP_500 0x10
-#define NGX_HTTP_UPSTREAM_FT_HTTP_404 0x20
-#define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK 0x40
-#define NGX_HTTP_UPSTREAM_FT_MAX_WAITING 0x80
+#define NGX_HTTP_UPSTREAM_FT_ERROR 0x002
+#define NGX_HTTP_UPSTREAM_FT_TIMEOUT 0x004
+#define NGX_HTTP_UPSTREAM_FT_INVALID_HEADER 0x008
+#define NGX_HTTP_UPSTREAM_FT_HTTP_500 0x010
+#define NGX_HTTP_UPSTREAM_FT_HTTP_503 0x020
+#define NGX_HTTP_UPSTREAM_FT_HTTP_404 0x040
+#define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK 0x080
+#define NGX_HTTP_UPSTREAM_FT_MAX_WAITING 0x100
#define NGX_HTTP_UPSTREAM_INVALID_HEADER 40