]> git.kaiwu.me - nginx.git/commit
nginx-0.1.43-RELEASE import release-0.1.43
authorIgor Sysoev <igor@sysoev.ru>
Tue, 30 Aug 2005 10:55:07 +0000 (10:55 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 30 Aug 2005 10:55:07 +0000 (10:55 +0000)
commite5035397b01ec12f351a6a984f83091b821978cc
tree9e65f1b24c595346b666559264878cbb911bfcf7
parente3c2cf87e537aba572b08afccabcb64976d43079
nginx-0.1.43-RELEASE import

    *) Feature: the listen(2) backlog in the "listen" directive can be
       changed using the -HUP signal.

    *) Feature: the geo2nginx.pl script was added to contrib.

    *) Change: the FastCGI parameters with the empty values now are passed
       to a server.

    *) Bugfix: the segmentation fault occurred or the worker process may
       got caught in an endless loop if the proxied or FastCGI server sent
       the "Cache-Control" header line and the "expires" directive was
       used; in the proxied mode the the bug had appeared in 0.1.29.
19 files changed:
conf/fastcgi_params [new file with mode: 0644]
contrib/README [new file with mode: 0644]
contrib/geo2nginx.pl [new file with mode: 0644]
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_cycle.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_recv.c
src/os/unix/ngx_send.c
src/os/unix/ngx_writev_chain.c