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

http3: use the connection, not the stream context, on the server side #4510

Merged
merged 1 commit into from
Jun 3, 2024

http3: use the connection, not the stream context, on the server side

d8fe4c0
Select commit
Loading
Failed to load commit list.
Merged

http3: use the connection, not the stream context, on the server side #4510

http3: use the connection, not the stream context, on the server side
d8fe4c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 2, 2024 in 1s

85.18% (+0.05%) compared to 82a3847

View this Pull Request on Codecov

85.18% (+0.05%) compared to 82a3847

Details

Codecov Report

Attention: Patch coverage is 90.90909% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 85.18%. Comparing base (82a3847) to head (d8fe4c0).
Report is 1 commits behind head on master.

Files Patch % Lines
http3/server.go 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4510      +/-   ##
==========================================
+ Coverage   85.12%   85.18%   +0.05%     
==========================================
  Files         154      154              
  Lines       14802    14828      +26     
==========================================
+ Hits        12600    12630      +30     
+ Misses       1694     1689       -5     
- Partials      508      509       +1     

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