comparison src/http/ngx_http_request.h @ 3848:de59ad6bf557

introduce 494 code "Request Header Too Large"
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Jan 2011 10:37:58 +0000
parents 11c68a5ed419
children 6b608bf9f3ae
comparison
equal deleted inserted replaced
3847:1df5620b9cd6 3848:de59ad6bf557
93 /* Our own HTTP codes */ 93 /* Our own HTTP codes */
94 94
95 /* The special code to close connection without any response */ 95 /* The special code to close connection without any response */
96 #define NGX_HTTP_CLOSE 444 96 #define NGX_HTTP_CLOSE 444
97 97
98 #define NGX_HTTP_NGINX_CODES 495 98 #define NGX_HTTP_NGINX_CODES 494
99
100 #define NGX_HTTP_REQUEST_HEADER_TOO_LARGE 494
99 101
100 #define NGX_HTTPS_CERT_ERROR 495 102 #define NGX_HTTPS_CERT_ERROR 495
101 #define NGX_HTTPS_NO_CERT 496 103 #define NGX_HTTPS_NO_CERT 496
102 104
103 /* 105 /*