aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-01-20 10:37:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-01-20 10:37:58 +0000
commit26cf2c96ea50f86c273411a2a4a1514f63800884 (patch)
treef0de470698e9ff7c9392ad816434c164d9c00bb0 /src/http/ngx_http_request.h
parent6586e821082d291c45068b208fad6ed360d95b44 (diff)
downloadnginx-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.h4
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