fix: keep sse streams alive behind proxies #34
Reference in New Issue
Block a user
Delete Branch "codex/issue-17-sse-heartbeat"
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?
Addresses #17.\n\nChanges:\n- Adds configurable SSE_HEARTBEAT_INTERVAL_MS with 25s default.\n- Sends SSE retry guidance and heartbeat comments on /events.\n- Clears heartbeat timers when clients disconnect.\n- Adds X-Accel-Buffering: no for proxy buffering guidance.\n- Documents Pangolin/Nginx/Cloudflare-style reverse-proxy settings.\n- Adds runner-side static coverage for heartbeat setup and cleanup.\n\nValidation:\n- git diff --check (only Windows CRLF warnings).\n- Runner-only constraint honored; no local npm/node tests executed.
Anpassen.