Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v3 2/3] http.c: Use timeout suggested by curl instead of fixed 50ms timeout

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:23

Mika Fischer [off-list ref] writes:
quoted
               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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help