Files
bun.sh/src
Claude Bot ecbd860122 fix: abort HTTP connection when fetch response reader is cancelled
When a client calls `reader.cancel()` on a fetch response body reader,
the underlying HTTP connection was not being closed, causing the server
to continue sending data and `request.signal.aborted` to remain false.

Detect ByteStream cancellation in FetchTasklet.onBodyReceived() and call
abortTask() to shut down the HTTP connection, which triggers the
server-side abort signal.

Closes #19211

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-20 05:14:08 +00:00
..
2026-02-18 18:08:10 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2026-02-18 18:08:10 -08:00
2026-02-18 18:08:10 -08:00
2026-02-03 22:18:40 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-20 20:56:02 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-12-25 14:00:58 -08:00
2025-11-10 14:38:26 -08:00
2025-10-04 02:17:55 -07:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-20 20:56:02 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2026-01-30 01:38:45 -08:00
2025-12-01 21:59:11 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00
2025-11-10 14:38:26 -08:00