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: check server SETTINGS before sending an Extended CONNECT request #4450

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

marten-seemann
Copy link
Member

As suggested by @sukunrt in #4355 (review).

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

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

Project coverage is 84.68%. Comparing base (18422ad) to head (8c3290b).

Files Patch % Lines
http3/client.go 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4450      +/-   ##
==========================================
+ Coverage   84.66%   84.68%   +0.01%     
==========================================
  Files         152      152              
  Lines       14372    14384      +12     
==========================================
+ Hits        12168    12180      +12     
  Misses       1701     1701              
  Partials      503      503              

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

@marten-seemann marten-seemann merged commit 3e7ba77 into master Apr 20, 2024
34 checks passed
@marten-seemann marten-seemann deleted the http3-check-settings-before-extended-connect branch April 21, 2024 09:06
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: check for server SETTINGS before sending Extended CONNECT
1 participant