diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-01-20 10:37:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-01-20 10:37:58 +0000 |
commit | 26cf2c96ea50f86c273411a2a4a1514f63800884 (patch) | |
tree | f0de470698e9ff7c9392ad816434c164d9c00bb0 /src/http/ngx_http_request.h | |
parent | 6586e821082d291c45068b208fad6ed360d95b44 (diff) | |
download | nginx-26cf2c96ea50f86c273411a2a4a1514f63800884.tar.gz nginx-26cf2c96ea50f86c273411a2a4a1514f63800884.zip |
introduce 494 code "Request Header Too Large"
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index b58c4d7d2..c20810ed5 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -95,7 +95,9 @@ /* The special code to close connection without any response */ #define NGX_HTTP_CLOSE 444 -#define NGX_HTTP_NGINX_CODES 495 +#define NGX_HTTP_NGINX_CODES 494 + +#define NGX_HTTP_REQUEST_HEADER_TOO_LARGE 494 #define NGX_HTTPS_CERT_ERROR 495 #define NGX_HTTPS_NO_CERT 496 |