mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
parent
3455b4b374
commit
6afe70a00b
2 changed files with 4 additions and 1 deletions
|
|
@ -1725,6 +1725,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
if(!drc || (drc == CURLE_SEND_ERROR)) {
|
||||
follow = FOLLOW_RETRY;
|
||||
drc = Curl_follow(data, newurl, follow);
|
||||
newurl = NULL; /* freed by Curl_follow() */
|
||||
if(!drc) {
|
||||
multistate(data, CURLM_STATE_CONNECT);
|
||||
rc = CURLM_CALL_MULTI_PERFORM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue