mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:23:40 +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
|
|
@ -2643,6 +2643,7 @@ statemachine_end:
|
|||
else if(data->mstate == MSTATE_CONNECT) {
|
||||
/* Curl_connect() failed */
|
||||
(void)Curl_posttransfer(data);
|
||||
Curl_pgrsUpdate_nometer(data);
|
||||
}
|
||||
|
||||
multistate(data, MSTATE_COMPLETED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue