-
-
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
Fix unclosed transport warning #8875
Conversation
Just checking that existing tests reliably cover the warning first. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #8875 +/- ##
==========================================
- Coverage 98.24% 98.24% -0.01%
==========================================
Files 107 107
Lines 34110 34108 -2
Branches 4049 4046 -3
==========================================
- Hits 33511 33509 -2
Misses 423 423
Partials 176 176
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Looks good. Let me throw it on production before I start the day |
Put it on production with a system that uses ssl. Forced disconnect and gracefully disconnected a few times. No errors observed |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8906 🤖 @patchback |
(cherry picked from commit 0478f14)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8907 🤖 @patchback |
(cherry picked from commit 0478f14)
Fixes #5426.