From 6b42cecc064d01d87aae978ecd7eb372bfe9a34e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 15 Nov 2023 16:12:46 -0700 Subject: feat(ext/net): use rustls_tokio_stream (#21205) Fixes #21121 and #19498 Migrates fully to rustls_tokio_stream. We no longer need to maintain our own TlsStream implementation to properly support duplex. This should fix a number of errors with TLS and websockets, HTTP and "other" places where it's failing. --- ext/net/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/net/Cargo.toml') diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 20dde8718..c9c30b9a2 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -21,6 +21,7 @@ deno_tls.workspace = true enum-as-inner = "=0.5.1" log.workspace = true pin-project.workspace = true +rustls-tokio-stream.workspace = true serde.workspace = true socket2.workspace = true tokio.workspace = true -- cgit v1.2.3