1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 10:07:54 -05:00
denoland-deno/cli/tests
Matt Mastracci 48df2f5e05
fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)
Fixes for various `Attemped to access invalid request` bugs (#19058,
#15427, #17213).

We did not wait for both a drop event and a completion event before
removing items from the slab table. This ensures that we do so.

In addition, the slab methods are refactored out into `slab.rs` for
maintainability.
2023-05-18 17:05:02 +02:00
..
integration docs: fix typos (#19118) 2023-05-18 17:05:02 +02:00
node_compat feat(node/crypto): Builtin Diffie-Hellman Groups (#19137) 2023-05-18 17:05:02 +02:00
testdata fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108) 2023-05-18 17:05:01 +02:00
unit fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154) 2023-05-18 17:05:02 +02:00
unit_node chore: fix & update node compat config (#19106) 2023-05-18 17:05:01 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00