fix: disable gzip and pad SSE events to prevent proxy buffering #9

Merged
admin merged 1 commits from fix/sse-gzip-buffering into main 2026-03-14 16:46:07 +00:00

1 Commits

Author SHA1 Message Date
vakabunga
67fed57118 fix: disable gzip and pad SSE events to prevent proxy buffering
Add gzip off to Nginx import location — the global gzip on was
buffering text/event-stream responses. Pad each SSE event to 4 KB
with comment lines to push past any remaining proxy buffer threshold.
2026-03-14 19:45:33 +03:00