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): handle http2 server ending stream #26235

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

TobyEalden
Copy link
Contributor

Fixes #24845

Creating standalone tests is difficult since from what I can make out this error is only manifested when talking to C++ grpc servers, but there is a full reproduction described here. See also #26234.

@CLAassistant
Copy link

CLAassistant commented Oct 14, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@satyarohith satyarohith left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks for the clear instructions at https://github.com/TobyEalden/deno-issue-24845, I manually tested that this patch fixes the issue.

Thanks for your contribution @TobyEalden!

@satyarohith satyarohith merged commit c5a7f98 into denoland:main Oct 15, 2024
17 checks passed
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.

Break in gRPC connection doesn't emit any errors
3 participants