mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
examples/multi-uv: checksrc compliance
This commit is contained in:
parent
ddedc1b3f3
commit
889ca45ab8
@ -163,8 +163,8 @@ static int start_timeout(CURLM *multi, long timeout_ms, void *userp)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(timeout_ms == 0)
|
if(timeout_ms == 0)
|
||||||
timeout_ms = 1; /* 0 means directly call socket_action, but we'll do it in
|
timeout_ms = 1; /* 0 means directly call socket_action, but we'll do it
|
||||||
a bit */
|
in a bit */
|
||||||
uv_timer_start(&timeout, on_timeout, timeout_ms, 0);
|
uv_timer_start(&timeout, on_timeout, timeout_ms, 0);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user