]> git.kaiwu.me - nginx.git/commit
nginx-0.3.46-RELEASE import release-0.3.46
authorIgor Sysoev <igor@sysoev.ru>
Thu, 11 May 2006 14:43:47 +0000 (14:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 11 May 2006 14:43:47 +0000 (14:43 +0000)
commit3338cfdfbc5522ca96319ece6d21ddc4d1dce45d
tree1e668fefd76a974c8ffdb0db6813022a6eb64e76
parent418843dc7f2ff90ae371f41e5fea810e10e59317
nginx-0.3.46-RELEASE import

    *) Feature: the "proxy_hide_header", "proxy_pass_header",
       "fastcgi_hide_header", and "fastcgi_pass_header" directives.

    *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and
       "proxy_pass_server" directives were canceled.

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

    *) Bugfix: the reconfiguration bug and memory leaks in the
       ngx_http_perl_module.
20 files changed:
conf/mime.types
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_hash.c
src/core/ngx_hash.h
src/core/ngx_string.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
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