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

use the generic linked list for the token store #3654

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

marten-seemann
Copy link
Member

I'm not going to pretend that this code path is performance critical in any way, but it's nice to be consistent and use our generic linked list everywhere.

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Base: 85.49% // Head: 85.47% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (dbbd671) compared to base (d251219).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3654      +/-   ##
==========================================
- Coverage   85.49%   85.47%   -0.02%     
==========================================
  Files         142      140       -2     
  Lines       10303    10231      -72     
==========================================
- Hits         8808     8744      -64     
+ Misses       1110     1104       -6     
+ Partials      385      383       -2     
Impacted Files Coverage Δ
token_store.go 100.00% <100.00%> (ø)
http3/server.go 72.95% <0.00%> (-1.22%) ⬇️
packet_handler_map.go 71.71% <0.00%> (-0.78%) ⬇️
config.go 100.00% <0.00%> (ø)
sys_conn_df_windows.go
sys_conn_windows.go

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@marten-seemann marten-seemann merged commit 2b7bce8 into master Jan 3, 2023
@marten-seemann marten-seemann deleted the token-store-generic-linked-list branch January 3, 2023 20:52
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

2 participants