mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Merge 203ba7d236 into d44205284f
This commit is contained in:
commit
1ca0c5fe31
1 changed files with 3 additions and 0 deletions
|
|
@ -622,6 +622,9 @@ ngx_http_header_filter(ngx_http_request_t *r)
|
|||
b->last_buf = 1;
|
||||
}
|
||||
|
||||
if (r->chunked) {
|
||||
b->flush = 1;
|
||||
}
|
||||
out.buf = b;
|
||||
out.next = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue