SIGN IN SIGN UP

Fix Jetty bodyWriter leaking suspended coroutines on aborted writes

Callback.failed() cancelled the channel but never resumed the suspended
write continuation, permanently retaining the handler job, application
call, Jetty exchange and pooled buffer for every response aborted
mid-write. Resume the continuation exceptionally so the writer loop
unwinds through its catch/finally path.
W
Wannes committed
1c4b8c928e4aed25d7ed2a7d2cd29a70253378bb
Parent: ef92e55
Committed by Bruce Hamilton <150327496+bjhham@users.noreply.github.com> on 8/24/2026, 9:24:39 AM