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

grpc-js doesn't handle HTTP/2 error responses with headers and a body and no trailers #2722

Closed
murgatroid99 opened this issue Apr 11, 2024 · 1 comment

Comments

@murgatroid99
Copy link
Member

If an HTTP/2 server responds with an error in the :status header, that is supposed to be surfaced but the code that performs that action is in the trailers handling code. If there is a body and no trailers, the trailers handling code is never called, and instead the more general error "Received RST_STREAM with code 0" is surfaced.

@murgatroid99
Copy link
Member Author

This should be resolved in 1.10.7 by #2723.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant