From: Daniel Stenberg Date: Wed, 16 Feb 2000 00:01:50 +0000 (+0000) Subject: Now starts the progress meter timer at once! X-Git-Tag: curl-6_5~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed78f6c380509083a2b830801f8353f59f48fef;p=thirdparty%2Fcurl.git Now starts the progress meter timer at once! --- diff --git a/lib/url.c b/lib/url.c index 39046ea370..9458acf3a0 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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)