All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 1m27s
Changes: - Detect SSE via Accept header (text/event-stream) or ?action=stream parameter - Disable http-server-close to allow long-lived SSE connections - Enable http-no-delay for immediate event delivery - Set 1-hour timeouts for SSE support (also fine for normal requests) - Force Connection: keep-alive for detected SSE requests Benefits: - SSE now works automatically without special backend configuration - Fixes transcription server display disconnection issues - Normal HTTP requests still work perfectly - No need for separate SSE-specific backends Fixes: Server-Sent Events timing out through HAProxy