1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/runtime/ops
Sean McArthur b1c685f4b7
fix(ext/fetch): retry some http/2 errors (#27417)
This brings some of the HTTP/2 retry behavior from reqwest to
`ext/fetch`. It will retry very specific HTTP/2 errors once, if the body
is able to be used again.

Closes #27332
2024-12-18 23:04:29 +01:00
..
os chore: upgrade libc (#27414) 2024-12-18 14:47:21 +01:00
web_worker fix(ext/fetch): retry some http/2 errors (#27417) 2024-12-18 23:04:29 +01:00
bootstrap.rs BREAKING: Remove --unstable flag (#25522) 2024-09-09 23:44:29 +02:00
fs_events.rs fix(runtime/ops): Fix watchfs remove event (#27041) 2024-11-25 21:08:52 +05:30
http.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
mod.rs refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
permissions.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
process.rs fix(task): forward signals to spawned sub-processes on unix (#27141) 2024-11-29 17:36:43 -05:00
runtime.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
signal.rs fix(task): forward signals to spawned sub-processes on unix (#27141) 2024-11-29 17:36:43 -05:00
tty.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
web_worker.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
worker_host.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00