]> git.kaiwu.me - nginx.git/commit
nginx-0.1.31-RELEASE import release-0.1.31
authorIgor Sysoev <igor@sysoev.ru>
Mon, 16 May 2005 13:53:20 +0000 (13:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 16 May 2005 13:53:20 +0000 (13:53 +0000)
commitd52477ff6da227552cd77ffcdf19941d5005ca13
treeb075a90c87e64b29770391ebcd0070c9bd208f5f
parentd5d6b6bc3bfa5198f9ca7412b17feddaa348d1c6
nginx-0.1.31-RELEASE import

    *) Bugfix: the response encrypted by SSL may not transferred complete.

    *) Bugfix: errors while processing FastCGI response by SSI.

    *) Bugfix: errors while using SSI and gzipping.

    *) Bugfix: the redirect with the 301 code was transferred without
       response body; the bug had appeared in 0.1.30.
12 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/http/ngx_http_write_filter_module.c