Skip to content

Conversation

@ulivz
Copy link
Member

@ulivz ulivz commented Sep 18, 2025

Summary

Enhanced SSE event stream parsing in sendStreamingQuery to support all three standard line separators: \r\n (CRLF), \n (LF), and \r (CR). The previous implementation only supported \n\n, which could cause parsing issues with different server implementations or network conditions.

ref: https://html.spec.whatwg.org/multipage/server-sent-events.html

Checklist

  • Added or updated necessary tests (Optional).
  • Updated documentation to align with changes (Optional).
  • Verified no breaking changes, or prepared solutions for any occurring breaking changes (Optional).
  • My change does not involve the above items.

@netlify
Copy link

netlify bot commented Sep 18, 2025

Deploy Preview for agent-tars-docs ready!

Name Link
🔨 Latest commit 6cbde81
🔍 Latest deploy log https://app.netlify.com/projects/agent-tars-docs/deploys/68cbcad15399180008b66d96
😎 Deploy Preview https://deploy-preview-1568--agent-tars-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ulivz ulivz merged commit bdceb7c into main Sep 18, 2025
10 checks passed
@ulivz ulivz deleted the fix/sse-line-separators branch September 18, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants