Skip to content

Return No Content if reading request body is canceled#2250

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
PerfectlyNormal:catch-operationcanceled-when-reading-body
Mar 1, 2026
Merged

Return No Content if reading request body is canceled#2250
jeremydmiller merged 1 commit intoJasperFx:mainfrom
PerfectlyNormal:catch-operationcanceled-when-reading-body

Conversation

@PerfectlyNormal
Copy link
Contributor

We have a large form, a bit Excel-like, where every change (with a tiny debounce) triggers a new request to get the latest calculated values. We only want one request in-flight and the latest response, so we use cancellations heavily on this page.
Wolverine causes a bit of noisy "errors" in the logs since experienced and fast users can send quite a few requests that all get cancelled before they really get anywhere.

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