]> git.kaiwu.me - nginx.git/commit
nginx-0.3.52-RELEASE import release-0.3.52
authorIgor Sysoev <igor@sysoev.ru>
Mon, 3 Jul 2006 16:49:20 +0000 (16:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 3 Jul 2006 16:49:20 +0000 (16:49 +0000)
commit3186bf5369de4cf95bbfbeffc1838c4e23fba3c1
tree66f29ec626f8f1a5d7f25fc14b4f7633429a0148
parent9f408ae228d49b3921c1deeabce117cb9a6cc72f
nginx-0.3.52-RELEASE import

    *) Change: the ngx_http_index_module behavior for the "POST /" requests
       is reverted to the 0.3.40 version state: the module now does not
       return the 405 error.

    *) Bugfix: the worker process may got caught in an endless loop if the
       limit rate was used; the bug had appeared in 0.3.37.

    *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even
       if the recoding was not needed; the bug had appeared in 0.3.50.

    *) Bugfix: if a code response of the PUT request was 409, then a
       temporary file was not removed.
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_file.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_index_module.c
src/http/ngx_http_write_filter_module.c