-
Notifications
You must be signed in to change notification settings - Fork 127
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
fix: Make sure the primary path exists at various steps in the handshake #1814
Conversation
Benchmark resultsPerformance differences relative to c004359.
Client/server transfer resultsTransfer of 134217728 bytes over loopback.
|
Co-authored-by: Max Inden <[email protected]> Signed-off-by: Lars Eggert <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1814 +/- ##
=======================================
Coverage 93.13% 93.13%
=======================================
Files 117 117
Lines 36339 36354 +15
=======================================
+ Hits 33843 33858 +15
Misses 2496 2496 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The coverage complaint seems like a reasonable trade.
Fixes #1448