This commit is contained in:
Richard Allen 2026-06-26 10:11:57 +08:00 committed by GitHub
commit 59b74ceacd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;