comparison src/http/ngx_http_core_module.h @ 60:df7d3fff122b NGINX_0_1_30

nginx 0.1.30 *) Bugfix: the worker process may got caught in an endless loop if the SSI was used. *) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: if the length of the response part received at once from proxied or FastCGI server was equal to 500, then nginx returns the 500 response code; in proxy mode the bug appeared in 0.1.29 only. *) Bugfix: nginx did not consider the directives with 8 or 9 parameters as invalid. *) Feature: the "return" directive can return the 204 response code. *) Feature: the "ignore_invalid_headers" directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 14 May 2005 00:00:00 +0400
parents b55cbf18157e
children 8ad297c88dcb
comparison
equal deleted inserted replaced
59:4cb463ba8cce 60:df7d3fff122b
85 85
86 ngx_msec_t post_accept_timeout; 86 ngx_msec_t post_accept_timeout;
87 ngx_msec_t client_header_timeout; 87 ngx_msec_t client_header_timeout;
88 88
89 ngx_uint_t restrict_host_names; 89 ngx_uint_t restrict_host_names;
90
91 ngx_flag_t ignore_invalid_headers;
90 } ngx_http_core_srv_conf_t; 92 } ngx_http_core_srv_conf_t;
91 93
92 94
93 /* list of structures to find core_srv_conf quickly at run time */ 95 /* list of structures to find core_srv_conf quickly at run time */
94 96