comparison src/http/ngx_http_postpone_filter_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 9b8c906f6e63
children 12234c998d83
comparison
equal deleted inserted replaced
512:3be320f17dbb 513:fbbf16224844
96 96
97 } else { 97 } else {
98 out = in; 98 out = in;
99 } 99 }
100 100
101 if (out == NULL && r->out == NULL) { 101 if (out == NULL && r->out == NULL && !r->connection->buffered) {
102 return NGX_OK; 102 return NGX_OK;
103 } 103 }
104 104
105 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 105 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
106 "http postpone filter out \"%V\"", &r->uri); 106 "http postpone filter out \"%V\"", &r->uri);