Commit 51a757c1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

multi: call the progress callback in all states

As long as no error is reported, the progress function can get
called. This may be a little TOO often so we should keep an eye
on this and possibly make this conditional somehow.
parent 7a996720
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1528,6 +1528,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,

        multistate(easy, CURLM_STATE_COMPLETED);
      }
      else
        Curl_pgrsUpdate(easy->easy_conn);
    }
  } while(0);
  if((CURLM_STATE_COMPLETED == easy->state) && !easy->msg) {