]> git.kaiwu.me - nginx.git/commit
nginx-0.1.12-RELEASE import release-0.1.12
authorIgor Sysoev <igor@sysoev.ru>
Mon, 6 Dec 2004 14:45:08 +0000 (14:45 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 6 Dec 2004 14:45:08 +0000 (14:45 +0000)
commit6a12fc91b0090b5628dc70d4a45db576c5b0c64a
treef473f81772c058b7488ac4030c3ff09994c6c532
parentc372e09ab34ec8c4f60f8c08ef30b297c0e475ab
nginx-0.1.12-RELEASE import

    *) Feature: the %request_length log parameter.

    *) Bugfix: when using the /dev/poll, select and poll on the platforms,
       where these methods may do the false reports, there may be the long
       delay when the request was passed via the keep-alive connection. It
       may be at least on Solaris when using the /dev/poll.

    *) Bugfix: the send_lowat directive is ignored on Linux because Linux
       does not support the SO_SNDLOWAT option.
docs/xml/nginx/changes.xml
src/core/nginx.h
src/http/modules/ngx_http_index_handler.c
src/http/ngx_http_log_handler.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_solaris_config.h