You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the Curl 8+ is out of support matrix. Nevertheless, Curl 8.4.0 is the version available in Fedora and everything seems to be fine except that test_connection_keepalive(TestCurbCurlMulti) is skipped. This seems to be due to this condition:
I know the Curl 8+ is out of support matrix. Nevertheless, Curl 8.4.0 is the version available in Fedora and everything seems to be fine except that
test_connection_keepalive(TestCurbCurlMulti)
is skipped. This seems to be due to this condition:curb/tests/tc_curl_multi.rb
Line 16 in 13144ec
Which does not account for major version.
The text was updated successfully, but these errors were encountered: