]> git.kaiwu.me - nginx.git/commit
nginx-0.1.30-RELEASE import release-0.1.30
authorIgor Sysoev <igor@sysoev.ru>
Sat, 14 May 2005 18:42:03 +0000 (18:42 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 14 May 2005 18:42:03 +0000 (18:42 +0000)
commit3362b8df048ad32b6dd286b37e792f661bb894ea
tree4d34588122fdddf2213a44afac03f9100228990d
parenta599375d3b5ae261d30d292a5eb7939623f6e4b1
nginx-0.1.30-RELEASE import

    *) 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 the bug had 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.
14 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/event/ngx_event_openssl.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_write_filter_module.c