Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ext/net): use rustls_tokio_stream #21205

Merged
merged 17 commits into from
Nov 15, 2023

Conversation

mmastrac
Copy link
Contributor

@mmastrac mmastrac commented Nov 14, 2023

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.

@mmastrac mmastrac changed the title refactor(ext/net): use rustls_tokio_stream [WIP] feat(ext/net): use rustls_tokio_stream Nov 15, 2023
@mmastrac mmastrac linked an issue Nov 15, 2023 that may be closed by this pull request
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I went through the PR and there's really nothing standing out that is questionable. Fantastic work!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing diff 🎉

@mmastrac mmastrac merged commit 6b42cec into denoland:main Nov 15, 2023
13 checks passed
kt3k pushed a commit that referenced this pull request Nov 17, 2023
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.
zifeo pushed a commit to metatypedev/deno that referenced this pull request Nov 22, 2023
Fixes denoland#21121 and denoland#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants