diff --git a/lib/progress.c b/lib/progress.c index af756a026220ca15f381d54416308b5156cd9022..093c93083a375a0780051738f7516bc9e187b500 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -327,5 +327,8 @@ int Curl_pgrsUpdate(struct connectdata *conn) max5data(data->progress.current_speed, max5[5]) /* current speed */ ); + /* we flush the output stream to make it appear as soon as possible */ + fflush(data->err); + return 0; }