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

http2: Proactively disconnect connections flooded in read resumption #13471

Merged

Conversation

yanavlasov
Copy link
Contributor

Commit Message:
Proactively disconnect connections flooded in read resumption

Additional Description:
This PR adds error handling and associated tests for flood triggered in the ConnectionImpl::readDisable() method. Previously connection stayed in the flooded state until downstream data was received.

Part of fixing #12280

Risk Level: Medium, H/2 codec
Testing: Unit and integration tests
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Yan Avlasov yavlasov@google.com

Signed-off-by: Yan Avlasov <yavlasov@google.com>
@mattklein123 mattklein123 self-assigned this Oct 9, 2020
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Nice!

@yanavlasov
Copy link
Contributor Author

MacOS failure seems to be unrelated. The Http2MetadataIntegrationTest.RequestMetadataReachSizeLimit failed due to ASSERT in the router filter.

@yanavlasov yanavlasov merged commit 293936c into envoyproxy:master Oct 9, 2020
@yanavlasov yanavlasov deleted the flood-disconnect-read-disable branch February 1, 2021 19:27
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.

2 participants