mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
parent
6c59074528
commit
bc164de7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ static void curl_perform(uv_poll_t *req, int status, int events)
|
|||
check_multi_info();
|
||||
}
|
||||
|
||||
static void on_timeout(uv_timer_t *req, int status)
|
||||
static void on_timeout(uv_timer_t *req)
|
||||
{
|
||||
int running_handles;
|
||||
curl_multi_socket_action(curl_handle, CURL_SOCKET_TIMEOUT, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue