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 c059c12a1e
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.
2023-01-05 13:03:42 +01:00
..
broadcast_channel 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
cache chore: update to Rust 1.66.0 (#17078) 2023-01-05 13:03:11 +01:00
console 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
crypto 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
fetch fix(ext/fetch): handle errors in req body stream (#17081) 2023-01-05 13:03:42 +01:00
ffi chore: update to Rust 1.66.0 (#17078) 2023-01-05 13:03:11 +01:00
flash 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
http 1.29.1 (#17064) 2022-12-15 11:32:14 -05: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 chore: update to Rust 1.66.0 (#17078) 2023-01-05 13:03:11 +01:00
tls 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
url 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
web chore: update to Rust 1.66.0 (#17078) 2023-01-05 13:03:11 +01:00
webgpu 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
webidl 1.29.1 (#17064) 2022-12-15 11:32:14 -05: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