mirror of
https://github.com/curl/curl.git
synced 2026-08-04 22:06:18 +03:00
Now starts the progress meter timer at once!
This commit is contained in:
parent
65b3a9b498
commit
8ed78f6c38
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue