aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/url.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 39046ea37..9458acf3a 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)