Mika Fischer <mika.fischer@xxxxxxxxxx> writes: >> if (slot->in_use && !data_received) { >> #if LIBCURL_VERSION_NUM >= 0x070f04 >> + long curl_timeout; >> curl_multi_timeout(curlm, &curl_timeout); >> if (curl_timeout == 0) { >> continue; > > Ah yes, that's good. I would have done it this way in C++, but I > wasn't sure whether C99 is OK for git. I do not see anything C99 here. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html