1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/tests
Matt Mastracci 13f7f8c415
fix(ext/http): ensure that multiple upgrades and multiple simultaneous requests cannot cause a panic (#18810)
Fix a bug where we weren't saving `slabId` in #18619, plus add some
robustness checks around multiple upgrades (w/test).
2023-04-23 09:59:46 -06:00
..
integration refactor: rewrite tests to "fastwebsockets" crate (#18781) 2023-04-22 11:17:31 +02:00
node_compat feat(node/http): implement ClientRequest.setTimeout() (#18783) 2023-04-22 13:20:00 +02:00
testdata refactor: rewrite tests to "fastwebsockets" crate (#18781) 2023-04-22 11:17:31 +02:00
unit fix(ext/http): ensure that multiple upgrades and multiple simultaneous requests cannot cause a panic (#18810) 2023-04-23 09:59:46 -06:00
unit_node fix(ext/node): implement asymmetric keygen (#18651) 2023-04-19 22:27:34 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00