]> git.kaiwu.me - nginx.git/commit
nginx-0.3.48-RELEASE import release-0.3.48
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 May 2006 17:28:12 +0000 (17:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 May 2006 17:28:12 +0000 (17:28 +0000)
commitafd7ec53572d817d155be5b8a5b6aab7ebbdcb5a
tree5543319d12f175a80fbdc6b10e72788d91a0a623
parenta33fd634b0606f068ad39edd8374c035d353c590
nginx-0.3.48-RELEASE import

    *) Change: now the ngx_http_charset_module works for subrequests, if
       the response has no "Content-Type" header line.

    *) Bugfix: if the "proxy_pass" directive has no URI part, then the
       "proxy_redirect default" directive add the unnecessary slash in
       start of the rewritten redirect.

    *) Bugfix: the internal redirect always transform client's HTTP method
       to GET, now the transformation is made for the "X-Accel-Redirect"
       redirects only and if the method is not HEAD; the bug had appeared
       in 0.3.42.

    *) Bugfix: the ngx_http_perl_module could not be built, if the perl was
       built with the threads support; the bug had appeared in 0.3.46.
25 files changed:
auto/cc/msvc
auto/lib/conf
auto/lib/make
auto/lib/md5/makefile.bcc
auto/lib/md5/makefile.msvc
auto/lib/sha1/conf [new file with mode: 0644]
auto/lib/sha1/make [new file with mode: 0644]
auto/lib/sha1/makefile.bcc [new file with mode: 0644]
auto/lib/sha1/makefile.msvc [new file with mode: 0644]
auto/lib/sha1/makefile.owc [new file with mode: 0644]
auto/options
auto/summary
docs/xml/nginx/changes.xml
src/core/nginx.h
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_script.c
src/http/ngx_http_upstream.c
src/mysql/config [new file with mode: 0644]
src/mysql/ngx_http_mysql_test.c [new file with mode: 0644]
src/mysql/ngx_mysql.c
src/mysql/ngx_mysql.h