changeset 2861:771ca4480b4d stable-0.6

r2296 merge: fix r2105 (r2067 in trunk)
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 15:39:08 +0000
parents ffaf4358a727
children 62c95a6b143b
files src/http/ngx_http_postpone_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);