btlqql opened a new pull request, #2179:
URL: https://github.com/apache/rocketmq-dashboard/pull/2179

   ## Summary
   
   - detect explicit `error.message` objects in provider SSE data events
   - preserve the upstream message in a structured gateway error
   - keep valid tokenless events, including usage metadata, unchanged
   
   ## Root cause
   
   The stream parser extracted only `choices[0].delta.content`. When a provider 
encoded a quota or credential failure inside an HTTP 200 SSE event, the missing 
delta became an empty string and the event was silently ignored.
   
   This concerns content-level failures after a successful response header. It 
is separate from HTTP 4xx/5xx response-body handling, stream timeouts, size 
limits, and browser-side SSE framing.
   
   Closes #2178.
   
   ## Validation
   
   - `mvn -Dtest=OpenAiCompatibleLlmClientTest test` (19 tests passed)
   - Maven Checkstyle validation (0 violations)
   - `git diff --check`
   - both changed paths checked against all open PRs targeting 
`rocketmq-studio` (no matches)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to