Closed jchaffraix-slack closed 1 year ago
Yeah, it looks like an internal patch until curl_multi_wait was available: 941abe0d6200d743cc1682fad179d601b9b2834c
@Wilfred has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@Wilfred merged this pull request in facebook/hhvm@31f9f87e25f3dbf41c3ad064ecea83089a94bab9.
libcURL has had
curl_multi_wait
since 7.28.0: https://curl.se/libcurl/c/curl_multi_wait.htmlNote that I couldn't find a reference to
curl_multi_select
so I don't think cURL was ever released with it.All OS should ship with a newer version at this point so we can remove those unneeded CMake checks.