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-Go HTTP/2 Frequently Reset #268

Open
hyfj44255 opened this issue Jul 12, 2024 · 1 comment
Open

gRPC-Go HTTP/2 Frequently Reset #268

hyfj44255 opened this issue Jul 12, 2024 · 1 comment

Comments

@hyfj44255
Copy link

Describe the issue you're reporting

Summary
In affected releases of gRPC-Go, it is possible for users to send HTTP/2 requests, cancel them, and send subsequent requests, which is valid by the HTTP/2 protocol, but would cause the gRPC-Go server to launch more concurrent method handlers than the configured maximum stream limit.

Detail
This was addressed by #6703 and has been included in patch releases: 1.56.3, 1.57.1, 1.58.3. It is also included in the latest release, 1.59.0.
Along with applying the patch, users should also ensure they are using the grpc. MaxConcurrentstreams server option to apply a limit to the server's resources used for any single connection.

@hyfj44255
Copy link
Author

I'm working on this and will create a PR soon

@hyfj44255 hyfj44255 changed the title gRPC-Go HTTP/2 Rapid Reset gRPC-Go HTTP/2 Frequently Reset Jul 12, 2024
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

No branches or pull requests

1 participant