communication
connection_error
ai_generated
true
SSE connection closed by proxy after timeout
ID: communication/sse-connection-timeout
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Server-Sent Events connection dropped by proxy/LB.
genericWorkarounds
-
90% success Send periodic SSE comments as keep-alive: : ping
-
88% success Configure proxy timeout > SSE heartbeat interval
Dead Ends
Common approaches that don't work:
-
Disable proxy timeouts entirely
78% fail
Resource leak on dead connections
-
Send massive keep-alive messages
72% fail
Wasted bandwidth