1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
Matt Mastracci e4308aebc0
feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)
Use new https://github.com/denoland/rustls-tokio-stream project instead
of tokio-rustls for direct websocket connections. This library was
written from the ground up to be more reliable and should help with
various bugs that may occur due to underlying bugs in the old library.

Believed to fix #20355, #18977, #20948
2023-10-31 09:34:45 -06:00
..
integration feat: deno run --unstable-hmr (#20876) 2023-10-31 01:25:58 +01:00
node_compat fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
testdata feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518) 2023-10-31 09:34:45 -06:00
unit feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518) 2023-10-31 09:34:45 -06:00
unit_node Revert "chore: update deno_std submodule (#20994)" (#21001) 2023-10-28 01:24:37 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00