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

ignore QUICConn.SendSessionTicket error if session tickets are disabled #4030

Merged
merged 1 commit into from
Aug 16, 2023

ignore QUICConn.SendSessionTicket error if session tickets are disabled

a10509b
Select commit
Failed to load commit list.
Merged

ignore QUICConn.SendSessionTicket error if session tickets are disabled #4030

ignore QUICConn.SendSessionTicket error if session tickets are disabled
a10509b
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Aug 15, 2023 in 0s

82.85% (+0.02%) compared to 70f3f44

View this Pull Request on Codecov

82.85% (+0.02%) compared to 70f3f44

Details

Codecov Report

Merging #4030 (a10509b) into master (70f3f44) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4030      +/-   ##
==========================================
+ Coverage   82.83%   82.85%   +0.02%     
==========================================
  Files         147      147              
  Lines       14785    14789       +4     
==========================================
+ Hits        12247    12253       +6     
+ Misses       2037     2036       -1     
+ Partials      501      500       -1     
Files Changed Coverage Δ
internal/handshake/crypto_setup.go 57.08% <100.00%> (+0.82%) ⬆️