mirror of
https://github.com/nginx/nginx.git
synced 2026-06-29 21:31:51 +00:00
Merge 203ba7d236 into 42f8df65b6
This commit is contained in:
commit
59b74ceacd
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…
Add table
Add a link
Reference in a new issue