]> git.kaiwu.me - nginx.git/commitdiff
r2296 merge:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 18 May 2009 15:39:08 +0000 (15:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 18 May 2009 15:39:08 +0000 (15:39 +0000)
fix r2105 (r2067 in trunk)

src/http/ngx_http_postpone_filter_module.c

index ca5cb9e63f702a99c8c985559ed975c6fb9fc98e..1088704c9b3d1d9a3c2c0f9989e7dfed7d3a5194 100644 (file)
@@ -216,7 +216,7 @@ ngx_http_postpone_filter_output_postponed_request(ngx_http_request_t *r)
         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);