mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
c457358c63
Send an SSE comment immediately when a client connects to the patrol stream endpoint. This flushes HTTP headers so clients receive the 200 response right away, rather than blocking until the first event. This fixes eval tests where the stream connection would time out waiting for headers while patrol was still initializing.