Fix delayed long polling response headers

Fixes #864
This commit is contained in:
Richard Allen 2025-09-01 21:39:14 -05:00
parent 446ce033e5
commit 203ba7d236

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;