mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:43:31 +03:00
multi: do a final progress update on connect failure
To fix timing metric etc Co-authored-by: Justin Maggard Fixes #14204 Closes #14239
This commit is contained in:
parent
1f877b0fba
commit
56493eea1c
3 changed files with 20 additions and 3 deletions
|
|
@ -54,6 +54,8 @@ CURLcode Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size);
|
|||
void Curl_pgrsSetUploadCounter(struct Curl_easy *data, curl_off_t size);
|
||||
void Curl_ratelimit(struct Curl_easy *data, struct curltime now);
|
||||
int Curl_pgrsUpdate(struct Curl_easy *data);
|
||||
void Curl_pgrsUpdate_nometer(struct Curl_easy *data);
|
||||
|
||||
void Curl_pgrsResetTransferSizes(struct Curl_easy *data);
|
||||
struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer);
|
||||
timediff_t Curl_pgrsLimitWaitTime(curl_off_t cursize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue