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

fix(ext/node): pass alpnProtocols to Deno.startTls #22512

Merged
merged 4 commits into from Feb 21, 2024

Conversation

satyarohith
Copy link
Member

Closes #22479

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

Comment on lines +217 to +218
// TODO(satyarohith): create goaway op and pass the args
debugHttp2(">>> goaway - ignored args", code, lastStreamID, opaqueData);
Copy link
Member

Choose a reason for hiding this comment

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

This is gonna be hard - last time I tried it, h2/hyper didn't allow to explicitly send goaway frame :(

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah. I found that frame module is public under unstable feature flag but I need to check whether send_data() on SendStream allows us to send single frames (it does allow sending data frames but not sure about goaway).

@satyarohith satyarohith merged commit 061ee9d into main Feb 21, 2024
17 checks passed
@satyarohith satyarohith deleted the support_http2session_socket branch February 21, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node:http2 client request fails with connection error detected: frame with invalid size
2 participants