mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-05-19 18:31:19 +00:00
Guard the openai-response streaming path against truncated/invalid SSE data payloads by validating data: JSON before forwarding; surface a 502 terminal error instead of letting clients crash with JSON parse errors.