mirror of
https://github.com/nginx/nginx.git
synced 2025-06-17 01:01:28 +08:00
fix r2067
This commit is contained in:
parent
abe378e820
commit
de2652c176
@ -216,7 +216,7 @@ ngx_http_postpone_filter_output_postponed_request(ngx_http_request_t *r)
|
|||||||
r->postponed = r->postponed->next;
|
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,
|
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"http postpone filter out again \"%V?%V\"",
|
"http postpone filter out again \"%V?%V\"",
|
||||||
&r->uri, &r->args);
|
&r->uri, &r->args);
|
||||||
|
Loading…
Reference in New Issue
Block a user