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

Implement HTTP/2 IDLE based eviction #2277

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Merge branch 'master' into idle-eviction

009ddeb
Select commit
Loading
Failed to load commit list.
Open

Implement HTTP/2 IDLE based eviction #2277

Merge branch 'master' into idle-eviction
009ddeb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 23, 2025 in 0s

79.89% (target 80.00%)

View this Pull Request on Codecov

79.89% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 90.69767% with 4 lines in your changes missing coverage. Please review.

Project coverage is 79.89%. Comparing base (522d904) to head (009ddeb).

Files with missing lines Patch % Lines
...tractimpl/sender/http2/Http2ConnectionManager.java 89.18% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2277      +/-   ##
============================================
- Coverage     80.44%   79.89%   -0.55%     
- Complexity        0      678     +678     
============================================
  Files           366      417      +51     
  Lines         20752    23152    +2400     
  Branches       3290     3753     +463     
============================================
+ Hits          16693    18498    +1805     
- Misses         3130     3521     +391     
- Partials        929     1133     +204     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.