fix: eliminate SSE buffering through Nginx proxy #8

Merged
admin merged 1 commits from fix/sse-proxy-buffering into main 2026-03-14 14:31:17 +00:00

1 Commits

Author SHA1 Message Date
vakabunga
aaf8cacf75 fix: eliminate SSE buffering through Nginx proxy
Add 2 KB padding comment after headers to push past proxy buffer
threshold, enable TCP_NODELAY on the socket, and remove erroneous
chunked_transfer_encoding off from Nginx that caused full response
buffering.
2026-03-14 17:30:52 +03:00