mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Return buffered pending stream errors from `errChan` when the data channel closes in streaming handlers. - Emit error response instead of silently falling back to normal SSE completion paths. - Replace Claude’s local `pendingClaudeStreamError` usage with shared `handlers.PendingStreamError`. Closes: #4710