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

Add support for saving quic tokens. #1065

Merged
merged 1 commit into from Mar 5, 2024
Merged

Conversation

bwelling
Copy link
Collaborator

@bwelling bwelling commented Mar 5, 2024

This caches tokens in the manager, so that they can be used for address validation in future connections.

This caches tokens in the manager, so that they can be used for address
validation in future connections.
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 93.00%. Comparing base (ff45c18) to head (6cfa555).
Report is 1 commits behind head on main.

Files Patch % Lines
dns/quic/_common.py 52.94% 6 Missing and 2 partials ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1065      +/-   ##
==========================================
- Coverage   93.89%   93.00%   -0.90%     
==========================================
  Files         143      143              
  Lines       13353    13373      +20     
  Branches     2591     2595       +4     
==========================================
- Hits        12538    12437     -101     
- Misses        479      605     +126     
+ Partials      336      331       -5     
Flag Coverage Δ
unittests 92.97% <60.00%> (-0.89%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@rthalley rthalley merged commit 0ec74e5 into rthalley:main Mar 5, 2024
9 checks passed
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

3 participants