mirror of
https://github.com/curl/curl.git
synced 2026-08-01 14:18:52 +03:00
parent
996696621f
commit
a62e08c5eb
3 changed files with 3 additions and 3 deletions
|
|
@ -3704,7 +3704,7 @@ static CURLMcode multi_addtimeout(struct Curl_easy *data,
|
|||
this is the first timeout on the list */
|
||||
|
||||
Curl_llist_insert_next(timeoutlist, prev, node, &node->list);
|
||||
CURL_TRC_TIMER(data, eid, "set for %" FMT_TIMEDIFF_T "ns",
|
||||
CURL_TRC_TIMER(data, eid, "set for %" FMT_TIMEDIFF_T "us",
|
||||
curlx_ptimediff_us(&node->time, Curl_pgrs_now(data)));
|
||||
return CURLM_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue