1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 03:55:03 -05:00

init the speed index variable between transfers

This commit is contained in:
Daniel Stenberg 2001-04-17 15:00:17 +00:00
parent 60aa975610
commit 8274bee963

View File

@ -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();
}