-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
multi: support mark conncache as stale when network change #17246
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
base: master
Are you sure you want to change the base?
Conversation
Thanks! Here are some good next steps:
|
Analysis of PR #17246 at 3db12794: Test 1119 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 540 different CI jobs (the link just goes to one of them). Test 284 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 2301 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 2302 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 2101 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 987 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 988 failed, which has NOT been flaky recently, so there could be a real issue in this PR. There are more failures, but that's enough from Gha. Generated by Testclutch |
|
de7d76c
to
251a3c6
Compare
0572163
to
c39c8d3
Compare
this PR is for fix #17225
curl_multi_setopt add a
CURLMOPT_CONNCACHE_STALE
option for network changing.If set
CURLMOPT_CONNCACHE_STALE
to 1, libcurl ignore all connections in pool that were created earlier than Curl_now() when MSTATE_CONNECT state, in order to prevent their reuse(because these old connections were invalid).