]> git.kaiwu.me - nginx.git/commit
nginx-0.1.37-RELEASE import release-0.1.37
authorIgor Sysoev <igor@sysoev.ru>
Thu, 23 Jun 2005 13:41:06 +0000 (13:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 23 Jun 2005 13:41:06 +0000 (13:41 +0000)
commit85ef94ba857237882c7e68dea87a1dbc68a38fe7
tree1bc05e18adaabc75f91f1c7b34c7358e60b0efdc
parent2e87bb645af1d3152c9961d49ca093d4cbfe630d
nginx-0.1.37-RELEASE import

    *) Change: now the "\n" is added to the end of the "nginx.pid" file.

    *) Bugfix: the responses may be transferred not completely, if many
       parts or the big parts were included by SSI.

    *) Bugfix: if all backends had returned the 404 reponse and the
       "http_404" parameter of the "proxy_next_upstream" or
       "fastcgi_next_upstream" directives was used, then nginx started to
       request all backends again.
15 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_cycle.c
src/core/ngx_string.c
src/core/ngx_times.c
src/event/ngx_event_connect.c
src/event/ngx_event_connect.h
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c
src/imap/ngx_imap.h
src/imap/ngx_imap_auth_http_module.c
src/imap/ngx_imap_handler.c
src/os/unix/ngx_atomic.h