1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 15:10:44 -05:00
denoland-deno/runtime/ops
Sean McArthur e943e4287f 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
2025-01-09 15:19:10 -05:00
..
os chore: upgrade libc (#27414) 2025-01-09 15:19:10 -05:00
web_worker fix(ext/fetch): retry some http/2 errors (#27417) 2025-01-09 15:19:10 -05: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-28 15:47:24 +01:00
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-28 15:47:25 +01: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-12-05 23:03:51 +01: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-12-05 23:03:51 +01: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