mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
02c5f49a7a
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) |
||
---|---|---|
.. | ||
testdata | ||
assertions.rs | ||
builders.rs | ||
factory.rs | ||
fs.rs | ||
https.rs | ||
lib.rs | ||
lsp.rs | ||
npm.rs | ||
pty.rs | ||
test_server.rs |