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/node): http2.connect() API #19671

Merged
merged 77 commits into from Sep 15, 2023
Merged

Conversation

bartlomieju
Copy link
Member

@bartlomieju bartlomieju commented Jun 30, 2023

This commit improves compatibility of "node:http2" module by polyfilling
"connect" method and "ClientHttp2Session" class. Basic operations like streaming,
header and trailer handling are working correctly. Refing/unrefing is still a TODO
and "npm:grpc-js/grpc" is not yet working correctly.

Copy link
Member

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

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

LGTM. We can continue work in later PRs!

@bartlomieju bartlomieju changed the title feat(ext/node): http2 module updates for grpc support feat(ext/node): http2.connect() API Sep 15, 2023
@bartlomieju bartlomieju merged commit 5a1505d into denoland:main Sep 15, 2023
13 checks passed
@bartlomieju bartlomieju deleted the grpc branch September 15, 2023 19:51
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.

None yet

2 participants