1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
Matt Mastracci 5e848f0d1b fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)
Fixes #16699 and #18960 by ensuring that we release our HTTP
`spawn_local` tasks when the HTTP resource is dropped.

Because our cancel handle was being projected from the resource via
`RcMap`, the resource was never `Drop`ped. By splitting the handle out
into its own `Rc`, we can avoid keeping the resource alive and let it
drop to cancel everything.
2023-05-11 17:26:26 -04:00
..
integration fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998) 2023-05-11 17:26:26 -04:00
node_compat refactor: merge Deno & Node inspectors (#18691) 2023-05-04 16:17:51 +02:00
testdata fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 16:19:31 +02:00
unit fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998) 2023-05-11 17:26:26 -04:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00