Skip to content

fix(sse): fix broken client id parsing logic#2677

Merged
onur-ozkan merged 1 commit intodevfrom
fix-sse-handler
Oct 31, 2025
Merged

fix(sse): fix broken client id parsing logic#2677
onur-ozkan merged 1 commit intodevfrom
fix-sse-handler

Conversation

@onur-ozkan
Copy link
Copy Markdown

This ensures correct behavior for URLs like /endpoint?id=10 which would never work with the previous approach as it looks for the & char.

This ensures correct behavior for URLs like `/endpoint?id=10`
which would never work with the previous approach as it looks
for the `&` char.

Signed-off-by: Onur Özkan <work@onurozkan.dev>
@onur-ozkan onur-ozkan merged commit 404502a into dev Oct 31, 2025
18 of 28 checks passed
@onur-ozkan onur-ozkan deleted the fix-sse-handler branch October 31, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants