comparison src/http/ngx_http_request.h @ 612:ce857f6b74a7 NGINX_0_9_4

nginx 0.9.4 *) Feature: the "server_name" directive supports the $hostname variable. *) Feature: 494 code for "Request Header Too Large" error.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Jan 2011 00:00:00 +0300
parents 3036c1836a24
children 5b73504dd4ba
comparison
equal deleted inserted replaced
611:f02ddde4a240 612:ce857f6b74a7
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_OWN_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 /*