fix: disable gzip and pad SSE events to prevent proxy buffering #9
Reference in New Issue
Block a user
Delete Branch "fix/sse-gzip-buffering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.