mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
The stream readiness gate from PR #1693 validates SSE body content. The test harness checked only `headers.accept` (lowercase) but executors set `Accept` (capital A), causing the harness to return JSON instead of SSE for streaming requests. Fixed by checking both header casings.