Skip to content

Attempt to fix server panic in /re_isq endpoint (#1959)#2025

Open
glaziermag wants to merge 3 commits intoEricLBuehler:masterfrom
glaziermag:fix-1959-re-isq-panic
Open

Attempt to fix server panic in /re_isq endpoint (#1959)#2025
glaziermag wants to merge 3 commits intoEricLBuehler:masterfrom
glaziermag:fix-1959-re-isq-panic

Conversation

@glaziermag
Copy link
Copy Markdown
Contributor

@glaziermag glaziermag commented Mar 25, 2026

Attempts to fix #1959. This PR attempts to resolve the server panic by replacing .unwrap() on the channel sender with proper error propagation, which should return an HTTP error instead of crashing if the engine channel is closed.

@glaziermag glaziermag marked this pull request as ready for review March 25, 2026 00:38
@glaziermag glaziermag changed the title Fix server panic in /re_isq endpoint (#1959) Attempt to fix server panic in /re_isq endpoint (#1959) Mar 25, 2026
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.

stability/security: /re_isq panics on unwrap when sender is missing or closed

1 participant