# HG changeset patch # User Igor Sysoev # Date 1226330711 0 # Node ID 173900227c0610ece92768389e2efd10cfe08268 # Parent ce574b0ffeeceae3df3753fb9c27f8258612798d fix r2067 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);