0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 12:50:43 -05:00
denoland-deno/cli/tests
Matt Mastracci a22388bbd1
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-16 17:00:59 -06:00
..
integration docs: fix typos (#19118) 2023-05-16 14:30:16 +02:00
node_compat feat(node/crypto): Builtin Diffie-Hellman Groups (#19137) 2023-05-16 00:07:58 +02:00
testdata fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108) 2023-05-14 20:27:14 +09:00
unit fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154) 2023-05-16 17:00:59 -06:00
unit_node chore: fix & update node compat config (#19106) 2023-05-13 14:49:11 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00