]> git.kaiwu.me - nginx.git/commit
nginx-0.3.15-RELEASE import release-0.3.15
authorIgor Sysoev <igor@sysoev.ru>
Wed, 7 Dec 2005 14:51:31 +0000 (14:51 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 7 Dec 2005 14:51:31 +0000 (14:51 +0000)
commitcdc463042b9406e4703d21202bc363e86321bb5d
tree1f6d050377dafbf42bb3d7c8c7e15e86939500ff
parentc20f0c28ff5478dcafd2ce2e5056da3757eb62ff
nginx-0.3.15-RELEASE import

    *) Feature: the new 444 code of the "return" directive to close
       connection.

    *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy.

    *) Bugfix: if there are unclosed connection nginx now calls abort()
       only on gracefull quit and active "debug_points" directive.
17 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_connection.c
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_static_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/imap/ngx_imap.h
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_proxy_module.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_process_cycle.c
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_recv.c
src/os/unix/ngx_send.c
src/os/unix/ngx_writev_chain.c