comparison src/http/ngx_http_core_module.c @ 513:fbbf16224844 release-0.1.31

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.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 May 2005 13:53:20 +0000
parents c12967aadd87
children 6f00349b98e5
comparison
equal deleted inserted replaced
512:3be320f17dbb 513:fbbf16224844
1020 } else { 1020 } else {
1021 r->postponed = pr; 1021 r->postponed = pr;
1022 } 1022 }
1023 1023
1024 sr->internal = 1; 1024 sr->internal = 1;
1025
1026 sr->main_filter_need_in_memory = r->main_filter_need_in_memory;
1025 1027
1026 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 1028 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
1027 "http subrequest \"%V\"", uri); 1029 "http subrequest \"%V\"", uri);
1028 1030
1029 ngx_http_handler(sr); 1031 ngx_http_handler(sr);