mirror of
https://github.com/nginx/nginx.git
synced 2026-07-02 06:43:15 +00:00
r2296 merge:
fix r2105 (r2067 in trunk)
This commit is contained in:
parent
cb19ac4da7
commit
a948e1f321
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue