mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 06:16:37 +00:00
Track hasReceivedMessageDelta and hasReceivedMessageStop in both streaming paths (pipe-through and SSE-processing). Conditionally omit these events from buildSyntheticErrorResponse() when upstream already sent them, preventing protocol violations. Closes #491