]> git.kaiwu.me - nginx.git/commit
nginx-0.1.40-RELEASE import release-0.1.40
authorIgor Sysoev <igor@sysoev.ru>
Mon, 25 Jul 2005 09:41:38 +0000 (09:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 25 Jul 2005 09:41:38 +0000 (09:41 +0000)
commit90c081478175a94a995f8b4341c968c0395161b1
tree6fef5fa6d488ed1ba47f0581876d56bf9c16db42
parent9e7984ca78d0a8c39155dd24c8fe0f9a3765a51d
nginx-0.1.40-RELEASE import

    *) Bugfix: if a client sent too long header line, then the request
       information did not logged in the error log.

    *) Bugfix: the "Set-Cookie" header line was not transferred when the
       "X-Accel-Redirect" was used; the bug had appeared in 0.1.39.

    *) Bugfix: the "Content-Disposition" header line was not transferred
       when the "X-Accel-Redirect" was used.

    *) Bugfix: the master process did not close the listen socket on the
       SIGQUIT signal.

    *) Bugfix: after on-line upgrade on Linux and Solaris the process name
       became shorter in the "ps" command.
14 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.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/imap/ngx_imap_proxy_module.c
src/os/unix/ngx_freebsd_init.c
src/os/unix/ngx_linux_init.c
src/os/unix/ngx_posix_init.c
src/os/unix/ngx_process.h
src/os/unix/ngx_process_cycle.c
src/os/unix/ngx_setproctitle.c
src/os/unix/ngx_solaris_init.c