nginx 0.3.15v0.3.15
commita11ab37b695e4a0674450d029046d33e58a0ebfb
authorIgor Sysoev <igor@sysoev.ru>
Tue, 6 Dec 2005 21:00:00 +0000 (7 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Tue, 6 Dec 2005 21:00:00 +0000 (7 00:00 +0300)
tree56d606cef5954794f18b9c04e071cb0083291eef
parent9f836df0b3cbd5e7a80bc57bd41b177ba4307dbf
nginx 0.3.15

    *) 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.
18 files changed:
CHANGES
CHANGES.ru
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