]> git.kaiwu.me - nginx.git/commit
nginx-0.1.16-RELEASE import release-0.1.16
authorIgor Sysoev <igor@sysoev.ru>
Tue, 25 Jan 2005 12:27:35 +0000 (12:27 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 25 Jan 2005 12:27:35 +0000 (12:27 +0000)
commite5a222c6fef26b51d956c35530178837c60bf8c4
tree65dafe2f85fe2b09b82d3efd2abe2b43720a1f4e
parent4f06a9709164123e7d8ccbd6fa723da387a9a86c
nginx-0.1.16-RELEASE import

    *) Bugfix: if the response were transferred by chunks, then on the HEAD
       request the final chunk was issued.

    *) Bugfix: the "Connection: keep-alive" header were issued, even if the
       keepalive_timeout directive forbade the keep-alive use.

    *) Bugfix: the errors in the ngx_http_fastcgi_module caused the
       segmentation faults.

    *) Bugfix: the compressed response encrypted by SSL may not transferred
       complete.

    *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK
       options, are not used for the unix domain sockets.

    *) Feature: the rewrite directive supports the arguments rewriting.

    *) Bugfix: the response code 400 was returned for the POST request with
       the "Content-Length: 0" header; the bug had appeared in 0.1.14.
39 files changed:
auto/sources
docs/xml/change_log_conf.xml
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_log.c
src/core/ngx_log.h
src/core/ngx_output_chain.c
src/event/modules/ngx_devpoll_module.c
src/event/modules/ngx_epoll_module.c
src/event/modules/ngx_poll_module.c
src/event/ngx_event.c
src/event/ngx_event_accept.c
src/event/ngx_event_connect.c
src/event/ngx_event_pipe.c
src/event/ngx_event_pipe.h
src/http/modules/ngx_http_chunked_filter.c
src/http/modules/ngx_http_fastcgi_handler.c
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_rewrite_handler.c
src/http/modules/ngx_http_static_handler.c
src/http/modules/proxy/ngx_http_proxy_handler.c
src/http/modules/proxy/ngx_http_proxy_handler.h
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_write_filter.c
src/os/unix/ngx_channel.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_sendfile_chain.c
src/os/unix/rfork_thread.S
src/os/win32/nginx.rc
src/os/win32/nginx_tray.ico [moved from src/os/win32/tray.ico with 100% similarity]
src/os/win32/ngx_gui.h
src/os/win32/ngx_gui_resources.h [new file with mode: 0644]