]> git.kaiwu.me - nginx.git/commit
nginx-0.3.29-RELEASE import release-0.3.29
authorIgor Sysoev <igor@sysoev.ru>
Mon, 20 Feb 2006 16:48:17 +0000 (16:48 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 20 Feb 2006 16:48:17 +0000 (16:48 +0000)
commit69d73da6292364be19d8c0fa120fe16f1d260aa1
treeb8a6f1ec1bdbcf5d0705b027f1ff87ccf0359af0
parentc58bb90e219bbec394e69ff66334f8b99e89479d
nginx-0.3.29-RELEASE import

    *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends
       many warnings before the response.

    *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in
       the 204 responses for the HTTP/1.1 requests.

    *) Bugfix: nginx returned the 502 response, if the complete response
       header lines were transferred in a separate FastCGI records.

    *) Bugfix: if the proxied URI was specified in the "post_action"
       directive, then it ran only after a successful completion of a
       request.
docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/ngx_event_accept.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c