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

Ignore unrecoverable ClosedChannelException errors #7246

Merged
merged 1 commit into from Apr 28, 2022
Merged

Conversation

graemerocher
Copy link
Contributor

@graemerocher graemerocher commented Apr 22, 2022

Spurious log entries exist when an HTTP/2 browser drops the connection as a ClosedChannelException exception is thrown and propagated down the pipeline. Since it is not possible to recover from these exceptions this change just alters the behavior to swallow them the same as connection reset IO exceptions.

Fixes #7244

@graemerocher graemerocher requested review from yawkat and jameskleeh and removed request for yawkat April 22, 2022 09:57
@graemerocher graemerocher added this to the 3.4.3 milestone Apr 22, 2022
@graemerocher graemerocher added the type: bug Something isn't working label Apr 22, 2022
@sonarcloud
Copy link

sonarcloud bot commented Apr 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

25.0% 25.0% Coverage
0.0% 0.0% Duplication

@sdelamo sdelamo merged commit c351598 into 3.4.x Apr 28, 2022
@sdelamo sdelamo deleted the issue-7244 branch April 28, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP/2 bug with multiple filters
4 participants