diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-16 17:11:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-16 17:11:43 +0000 |
commit | f38e046a0a2e7437f8232ef2a99cead69c4b9ebb (patch) | |
tree | 5d9a68d757f7994506cdb497ce43d4ddd63c7eaa /src/http/modules/proxy | |
parent | 0ad253766fb8d62f257c446410a632a596ac5783 (diff) | |
download | nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.tar.gz nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.zip |
nginx-0.0.7-2004-07-16-21:11:43 import
Diffstat (limited to 'src/http/modules/proxy')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index c89e971dc..fa8698231 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -203,7 +203,7 @@ typedef struct { } ngx_http_proxy_log_ctx_t; -#define NGX_HTTP_PROXY_PARSE_NO_HEADER 20 +#define NGX_HTTP_PROXY_PARSE_NO_HEADER 30 #define NGX_HTTP_PROXY_FT_ERROR 0x02 |