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

transport: when using write buffer pooling, use input size instead of size*2 #6983

Merged
merged 5 commits into from
Feb 15, 2024

Fix formatting

0a08b0e
Select commit
Loading
Failed to load commit list.
Merged

transport: when using write buffer pooling, use input size instead of size*2 #6983

Fix formatting
0a08b0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 15, 2024 in 1s

82.32% (+0.18%) compared to 408139a

View this Pull Request on Codecov

82.32% (+0.18%) compared to 408139a

Details

Codecov Report

Merging #6983 (0a08b0e) into master (408139a) will increase coverage by 0.18%.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6983      +/-   ##
==========================================
+ Coverage   82.14%   82.32%   +0.18%     
==========================================
  Files         296      296              
  Lines       31452    31451       -1     
==========================================
+ Hits        25835    25891      +56     
+ Misses       4543     4493      -50     
+ Partials     1074     1067       -7     
Files Coverage Δ
dialoptions.go 88.84% <ø> (ø)
server.go 81.27% <ø> (ø)
internal/transport/http_util.go 85.94% <0.00%> (+0.34%) ⬆️

... and 15 files with indirect coverage changes