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: reduce usage of bytes.Buffer #3539

Merged
merged 1 commit into from Sep 1, 2022
Merged

Conversation

marten-seemann
Copy link
Member

Part of #3526.

@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Base: 85.49% // Head: 85.50% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (6fb0a65) compared to base (dfd35cb).
Patch coverage: 88.89% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3539      +/-   ##
==========================================
+ Coverage   85.49%   85.50%   +0.01%     
==========================================
  Files         138      138              
  Lines       10237    10241       +4     
==========================================
+ Hits         8752     8756       +4     
  Misses       1102     1102              
  Partials      383      383              
Impacted Files Coverage Δ
http3/request_writer.go 63.39% <66.67%> (-0.32%) ⬇️
http3/response_writer.go 76.09% <71.43%> (+0.53%) ⬆️
http3/http_stream.go 93.55% <85.71%> (+0.69%) ⬆️
http3/client.go 90.41% <100.00%> (ø)
http3/frames.go 84.81% <100.00%> (+0.19%) ⬆️
http3/server.go 74.29% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@marten-seemann marten-seemann merged commit 62b8278 into master Sep 1, 2022
@marten-seemann marten-seemann deleted the http3-less-bytes-buffer branch September 2, 2022 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants