comparison src/http/ngx_http_header_filter_module.c @ 276:c5c2b2883984 NGINX_0_5_8

nginx 0.5.8 *) Bugfix: a segmentation fault might occur if "client_body_in_file_only on" was used and a request body was small. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" and "proxy_pass_request_body off" or "fastcgi_pass_request_body off" directives were used, and nginx switched to a next upstream. *) Bugfix: if the "proxy_buffering off" directive was used and a client connection was non-active, then the connection was closed after send timeout; bug appeared in 0.4.7. *) Bugfix: if the "epoll" method was used and a client closed a connection prematurely, then nginx closed the connection after a send timeout only. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was used. *) Bugfixes in the "limit_zone" directive.
author Igor Sysoev <http://sysoev.ru>
date Fri, 19 Jan 2007 00:00:00 +0300
parents 38e7b94d63ac
children 4276c2f1f434
comparison
equal deleted inserted replaced
275:1779577cb845 276:c5c2b2883984
85 ngx_null_string, /* "407 Proxy Authentication Required" */ 85 ngx_null_string, /* "407 Proxy Authentication Required" */
86 ngx_string("408 Request Time-out"), 86 ngx_string("408 Request Time-out"),
87 ngx_string("409 Conflict"), 87 ngx_string("409 Conflict"),
88 ngx_string("410 Gone"), 88 ngx_string("410 Gone"),
89 ngx_string("411 Length Required"), 89 ngx_string("411 Length Required"),
90 ngx_null_string, /* "412 Precondition Failed" */ 90 ngx_string("412 Precondition Failed"),
91 ngx_string("413 Request Entity Too Large"), 91 ngx_string("413 Request Entity Too Large"),
92 ngx_null_string, /* "414 Request-URI Too Large", but we never send it 92 ngx_null_string, /* "414 Request-URI Too Large", but we never send it
93 * because we treat such requests as the HTTP/0.9 93 * because we treat such requests as the HTTP/0.9
94 * requests and send only a body without a header 94 * requests and send only a body without a header
95 */ 95 */