Now starts the progress meter timer at once!

This commit is contained in:
Daniel Stenberg 2000-02-16 00:01:50 +00:00
parent 65b3a9b498
commit 8ed78f6c38
1 changed files with 1 additions and 0 deletions

View File

@ -457,6 +457,7 @@ UrgError curl_urlget(UrgTag tag, ...)
va_end(arg);
pgrsMode(data, data->progress.mode);
pgrsStartNow(data);
data-> headerbuff=(char*)malloc(HEADERSIZE);
if(!data->headerbuff)