1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests
Matt Mastracci 02c5f49a7a
chore: refactor test_server and move to rustls-tokio-stream (#21117)
Remove tokio-rustls as a direct dependency of Deno and refactor
test_server to reduce code duplication.

All tcp and tls listener paths go through the same streams now, with the
exception of the simpler Hyper http-only handlers (those can be done in
a later follow-up).

Minor bugs fixed:
 - gRPC server should only serve h2
 - WebSocket over http/2 had a port overlap
- Restored missing eye-catchers for some servers (still missing on Hyper
ones)
2023-11-08 13:00:29 -07:00
..
integration fix(node): cjs export analysis should probe for json files (#21113) 2023-11-07 16:38:55 -05:00
node_compat fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
testdata fix(byonm): correct resolution for scoped packages (#21083) 2023-11-06 08:35:26 -05:00
unit chore: refactor test_server and move to rustls-tokio-stream (#21117) 2023-11-08 13:00:29 -07:00
unit_node fix(node/http): socket.setTimeout (#20930) 2023-11-07 00:51:14 +01:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00