Il 15/01/2014 23:15, Peter Maydell ha scritto: > >> > + curl_multi_socket_action(s->multi, CURL_SOCKET_TIMEOUT, 0, &running); > The libcurl docs say "This function was added in libcurl 7.15.4, and > is deemed stable since 7.16.0. " So if we want to keep supporting > pre-7.16 libcurl then we need to retain the multi_socket_all codepath. > > On the other hand 7.16 was released in October 2006. What's > the oldest version we actually care about?
I say 7.16 :) Paolo