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: introduce a way for the server to query the client's SETTINGS #4389

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Mar 24, 2024

The http.Request.Body can be type-asserted to a http3.Settingser. The Settings method on this interface blocks until the client's SETTINGS frame has been received.

Prerequisite for #3522.

The http.Request.Body can be type-asserted to a http3.Settingser. The
Settings method on this interface blocks until the client's SETTINGS
frame has been received.
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

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

Project coverage is 84.88%. Comparing base (d540f54) to head (9415566).

Files Patch % Lines
http3/body.go 73.68% 5 Missing ⚠️
http3/server.go 66.67% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4389      +/-   ##
==========================================
+ Coverage   84.85%   84.88%   +0.04%     
==========================================
  Files         152      152              
  Lines       14334    14342       +8     
==========================================
+ Hits        12162    12174      +12     
+ Misses       1672     1669       -3     
+ Partials      500      499       -1     

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

@marten-seemann marten-seemann merged commit 97d31da into master Mar 31, 2024
34 checks passed
@marten-seemann marten-seemann deleted the http3-settingser branch March 31, 2024 21:47
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.

None yet

1 participant