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: discard body from responses to HEAD requests #4115

Merged
merged 4 commits into from
Oct 23, 2023

ruduce the size of responseWriter

bca0062
Select commit
Loading
Failed to load commit list.
Merged

http3: discard body from responses to HEAD requests #4115

ruduce the size of responseWriter
bca0062
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 0s

83.72% (+0.01%) compared to b344940

View this Pull Request on Codecov

83.72% (+0.01%) compared to b344940

Details

Codecov Report

Merging #4115 (bca0062) into master (b344940) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4115      +/-   ##
==========================================
+ Coverage   83.71%   83.72%   +0.01%     
==========================================
  Files         150      150              
  Lines       15415    15421       +6     
==========================================
+ Hits        12904    12910       +6     
  Misses       2012     2012              
  Partials      499      499              
Files Coverage Δ
http3/response_writer.go 84.50% <100.00%> (+0.37%) ⬆️
http3/server.go 77.22% <100.00%> (+0.15%) ⬆️