1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-25 08:39:09 -05:00
denoland-deno/ext
Luca Casonato 9cd9a68b00
fix(ext/http): close stream on resp body error (#17126)
Previously, errored streaming response bodies did not cause the HTTP
stream to be aborted. It instead caused the stream to be closed gracefully,
which had the result that the client could not detect the difference
between a successful response and an errored response.

This commit fixes the issue by aborting the stream on error.
2023-01-05 13:04:38 +01:00
..
broadcast_channel chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
cache chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
console chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
crypto chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
fetch chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
ffi chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
flash chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
http fix(ext/http): close stream on resp body error (#17126) 2023-01-05 13:04:38 +01:00
napi 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
net 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
node fix(npm): conditional exports with --node-modules-dir (#17111) 2023-01-05 13:04:00 +01:00
tls 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
url chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
web chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
webgpu chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
webidl chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
websocket 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
webstorage 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00