mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
parent
446ce033e5
commit
203ba7d236
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