nginx 0.3.48v0.3.48
commit8cab967153574680df517982c35826d3ed5b5d99
authorIgor Sysoev <igor@sysoev.ru>
Sun, 28 May 2006 20:00:00 +0000 (29 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 28 May 2006 20:00:00 +0000 (29 00:00 +0400)
treeb50a9f10bcce61d3ac5d11e26888456e6c0ea4a2
parent2f57ba050305f85dbdd46096ff94f6dc69172201
nginx 0.3.48

    *) 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; bug appeared in 0.3.42.

    *) Bugfix: the ngx_http_perl_module could not be built, if the perl was
       built with the threads support; bug appeared in 0.3.46.
22 files changed:
CHANGES
CHANGES.ru
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
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