nginx 0.3.50v0.3.50
commitaf8424acf06575d6e8e16d57769c6d709f1b3150
authorIgor Sysoev <igor@sysoev.ru>
Tue, 27 Jun 2006 20:00:00 +0000 (28 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Tue, 27 Jun 2006 20:00:00 +0000 (28 00:00 +0400)
treefffd4c0c0ed2df14fcc26c4776a86476bd9a2ab3
parentb08d19c2e1422867bacb882e37bfee9a87bcc48b
nginx 0.3.50

    *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors"
       directives was renamed to the "proxy_intercept_errors" and
       "fastcgi_intercept_errors" directives.

    *) Feature: the ngx_http_charset_module supports the recoding from the
       single byte encodings to the UTF-8 encoding and back.

    *) Feature: the "X-Accel-Charset" response header line is supported in
       proxy and FastCGI mode.

    *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI
       command was removed only if the command also has the "$" symbol.

    *) Bugfix: the "<!--" string might be added on some conditions in the
       SSI after inclusion.

    *) Bugfix: if the "Content-Length: 0" header line was in response, then
       in nonbuffered proxying mode the client connection was not closed.
30 files changed:
CHANGES
CHANGES.ru
auto/install
auto/types/sizeof
conf/koi-utf [new file with mode: 0644]
conf/koi-win
conf/nginx.conf
conf/win-utf [new file with mode: 0644]
html/50x.html [new file with mode: 0644]
src/core/nginx.h
src/core/ngx_inet.h
src/core/ngx_string.c
src/core/ngx_string.h
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c