]> git.kaiwu.me - nginx.git/commit
nginx-0.3.39-RELEASE import release-0.3.39
authorIgor Sysoev <igor@sysoev.ru>
Mon, 17 Apr 2006 19:55:41 +0000 (19:55 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 17 Apr 2006 19:55:41 +0000 (19:55 +0000)
commitcdf609a925e8c3c84ecd9b00f48e8adc6b162006
treeb83a7d4d84b8d08804f55fce7756a66b1dc18960
parentcdbe8c066b1d357ca0cf38a35bc47a1c09b2f1d3
nginx-0.3.39-RELEASE import

    *) Feature: the "uninitialized_variable_warn" directive; the logging
       level of the "uninitialized variable" message was lowered from
       "alert" to "warn".

    *) Feature: the "override_charset" directive.

    *) Change: now if the unknown variable is used in the "echo" and "if
       expr='$name'" SSI-commands, then the "unknown variable" message is
       not logged.

    *) Bugfix: the active connection counter increased on the exceeding of
       the connection limit specified by the "worker_connections"
       directive; the bug had appeared in 0.2.0.

    *) Bugfix: the limit rate might not work on some condition; the bug had
       appeared in 0.3.38.
14 files changed:
auto/options
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_connection.c
src/event/ngx_event_accept.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_variables.c
src/http/ngx_http_variables.h
src/http/ngx_http_write_filter_module.c