1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Luca Casonato 43b6390629
fix(ext/fetch): handle errors in req body stream (#17081)
Right now an error in a request body stream causes an uncatchable
global promise rejection. This PR fixes this to instead propagate the
error correctly into the promise returned from `fetch`.

It additionally fixes errored readable stream bodies being treated as
successfully completed bodies by Rust.
2022-12-19 12:49:00 +01:00
..
broadcast_channel chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
cache chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
console chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
crypto chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
fetch fix(ext/fetch): handle errors in req body stream (#17081) 2022-12-19 12:49:00 +01:00
ffi chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
flash chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
http chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05: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 chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
tls chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
url chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
web chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
webgpu chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
webidl chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05: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