This commit is contained in:
Richard Allen 2026-05-23 05:34:09 +00:00 committed by GitHub
commit 1ca0c5fe31
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;