You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
`\r\n` separator never worked because it splits on every line because of `[\r\n]`.
Commits
-------
2c095d8 [HttpClient][EventSourceHttpClient] Fix consuming SSEs with \r\n separator
0 commit comments