-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement happy eyeballs (RFC 8305) (#7954) #8005
Implement happy eyeballs (RFC 8305) (#7954) #8005
Conversation
(cherry picked from commit c4ec3f1)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 3.10 #8005 +/- ##
========================================
Coverage 97.37% 97.37%
========================================
Files 108 108
Lines 32541 32735 +194
Branches 3847 3894 +47
========================================
+ Hits 31687 31876 +189
- Misses 652 656 +4
- Partials 202 203 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Will push this to production shortly to make sure I got all the conflicts done correctly again |
Everything looks good after running for an hour. Is effectively the same code I've been running for weeks now though, just did the merge conflict again |
(cherry picked from commit c4ec3f1)