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 a chan instead of a context to track handshake completion #4547

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

marten-seemann
Copy link
Member

No functional change expected.

Using a channel seems to be lower overhead than a full-blown context.Context. Also see #4094.

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.16%. Comparing base (5446b5f) to head (d22b545).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4547      +/-   ##
==========================================
- Coverage   85.18%   85.16%   -0.02%     
==========================================
  Files         154      154              
  Lines       14811    14811              
==========================================
- Hits        12616    12613       -3     
- Misses       1687     1690       +3     
  Partials      508      508              

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

@marten-seemann marten-seemann merged commit 73a5370 into master Jun 3, 2024
34 checks passed
@marten-seemann marten-seemann deleted the handshake-complete-channel branch June 3, 2024 05: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