-
-
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
Re-enable keep-alive on proxies #8920
Conversation
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 #8920 +/- ##
=======================================
Coverage 98.25% 98.25%
=======================================
Files 107 107
Lines 34125 34138 +13
Branches 4048 4048
=======================================
+ Hits 33530 33543 +13
Misses 421 421
Partials 174 174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8939 🤖 @patchback |
(cherry picked from commit 5cf5db5)
…8939) **This is a backport of PR #8920 as merged into master (5cf5db5).** Co-authored-by: Sam Bull <[email protected]>
|
Fixes #5765.
This was disabled a long time ago in #3070. From what I've seen of various issues, the sentiment from users is that this causes problems and makes proxies too slow. asvetlov himself has suggested that modern proxies today may not have the issues he was experiencing when the change was made originally.
The original change had no test and I'm not familiar enough with the proxy code to write a new test. I suggest we put this into 3.11 and see if any users report regressions.