mirror of
https://github.com/curl/curl.git
synced 2026-07-25 21:07:18 +03:00
parent
706eff9f1f
commit
746dbc1488
4 changed files with 11 additions and 11 deletions
|
|
@ -646,7 +646,7 @@ evaluate:
|
|||
/* Nothing connected, check the time before we might
|
||||
* start new ballers or return ok. */
|
||||
if((ongoing || not_started) && Curl_timeleft(data, &now, TRUE) < 0) {
|
||||
failf(data, "Connection timeout after %ld ms",
|
||||
failf(data, "Connection timeout after %" CURL_FORMAT_CURL_OFF_T " ms",
|
||||
Curl_timediff(now, data->progress.t_startsingle));
|
||||
return CURLE_OPERATION_TIMEDOUT;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue