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 AdditionalSettings for requests #4156

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

marten-seemann
Copy link
Member

Fixes #4155.

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #4156 (f5ce4e3) into master (9414ea4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4156   +/-   ##
=======================================
  Coverage   83.75%   83.75%           
=======================================
  Files         150      150           
  Lines       15418    15419    +1     
=======================================
+ Hits        12913    12914    +1     
  Misses       2008     2008           
  Partials      497      497           
Files Coverage Δ
http3/roundtrip.go 83.23% <100.00%> (+0.11%) ⬆️

@marten-seemann marten-seemann merged commit 9b40c50 into master Dec 6, 2023
34 checks passed
@marten-seemann marten-seemann deleted the http3-fix-client-additional-settings branch March 25, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

http3: client doesn't use the AdditionalSettings
2 participants