# HG changeset patch # User Igor Sysoev # Date 1242661148 0 # Node ID 771ca4480b4da097cfeea96d197b339a1da5a613 # Parent ffaf4358a727ba1668d4bf7f99f50bb1cd8f7464 r2296 merge: fix r2105 (r2067 in trunk) diff --git a/src/http/ngx_http_postpone_filter_module.c b/src/http/ngx_http_postpone_filter_module.c --- a/src/http/ngx_http_postpone_filter_module.c +++ b/src/http/ngx_http_postpone_filter_module.c @@ -216,7 +216,7 @@ ngx_http_postpone_filter_output_postpone r->postponed = r->postponed->next; } - if (r->out) { + if (r != r->main && r->out) { ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "http postpone filter out again \"%V?%V\"", &r->uri, &r->args);