]> granicus.if.org Git - curl/commit
multi: call multi_done on connect timeouts
authorDaniel Stenberg <daniel@haxx.se>
Sun, 24 Feb 2019 15:32:04 +0000 (16:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 24 Feb 2019 21:56:46 +0000 (22:56 +0100)
commitaa7b813ad1bfb4e72e367fb99c61c6e680d5a4b8
treec21a6d70e1b019834b9c191f972651baff3f1ce8
parent47e540df8f32c8f7298ab1bc96b0087b5738c257
multi: call multi_done on connect timeouts

Failing to do so would make the CURLINFO_TOTAL_TIME timeout to not get
updated correctly and could end up getting reported to the application
completely wrong (way too small).

Reported-by: accountantM on github
Fixes #3602
Closes #3605
lib/multi.c