Commit 8ed78f6c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Now starts the progress meter timer at once!

parent 65b3a9b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)