diff --git a/lib/progress.c b/lib/progress.c index 44b5ca38f..6451da6f4 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -134,6 +134,7 @@ void Curl_pgrsTime(struct UrlData *data, timerid timer) void Curl_pgrsStartNow(struct UrlData *data) { + data->progress.speeder_c = 0; /* reset the progress meter display */ data->progress.start = Curl_tvnow(); }