Commit a2d006a2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

web-api: stream check results live via SSE instead of waiting for all

Split check_site into phases for SSE mode: 1. IPs + routes sent instantly (check event) 2. Each gateway result streamed as it completes (gateway event) 3. Whois streamed when ready (whois event) 4. Throttle results streamed per gateway (throttle event) This eliminates the 10-18s spinner delay before any results appear. JSON mode (/api/check without Accept: text/event-stream) unchanged. Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 1d7f931d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment