]> git.kaiwu.me - nginx.git/commit
nginx-0.3.54-RELEASE import release-0.3.54
authorIgor Sysoev <igor@sysoev.ru>
Tue, 11 Jul 2006 13:20:19 +0000 (13:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 11 Jul 2006 13:20:19 +0000 (13:20 +0000)
commitbb28b6d3a455c20077a7e2d7319c24e484694a72
tree32b623670825037be2ec50a8082176d9173a917a
parent09e1981c04aa20858f63ee2eeff588ca3827282b
nginx-0.3.54-RELEASE import

    *) Feature: nginx now logs the subrequest information to the error log.

    *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and
       "memcached_next_upstream" directives support the "off" parameter.

    *) Feature: the "debug_connection" directive supports the CIDR address
       form.

    *) Bugfix: if a response of proxied server or FastCGI server was
       converted from UTF-8 or back, then it may be transferred incomplete.

    *) Bugfix: the $upstream_response_time variable had the time of the
       first request to a backend only.

    *) Bugfix: nginx could not be built on amd64 platform; the bug had
       appeared in 0.3.53.
18 files changed:
auto/make
auto/unix
docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/ngx_event.c
src/event/ngx_event.h
src/event/ngx_event_accept.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h