0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/ext
Luca Casonato 8e947bb674
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.
2022-12-20 08:46:45 +00:00
..
broadcast_channel chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
cache chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
console chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
crypto chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
fetch chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
ffi chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
flash chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
http fix(ext/http): close stream on resp body error (#17126) 2022-12-20 08:46:45 +00:00
napi chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
net chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
node fix(npm): conditional exports with --node-modules-dir (#17111) 2022-12-19 17:09:54 +01:00
tls chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
url chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
web chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
webgpu chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
webidl chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
websocket chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
webstorage chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00