cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Progress During Large Posts

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 14 Mar 2008 12:26:35 +0100 (CET)

On Fri, 14 Mar 2008, Dan Petitt wrote:

> So it appears, uploading a small post (in this example, 36kb) progress is
> always 0 of 0, when it ought to be presenting an upload progress 0 of 36123
> then 36123 of 36123; or at the very least 36123 of 36123. IMHO progress
> ought to always give a progress even if its small.

There's no code in libcurl that alters this behavior depending on size... What
matters is only the time it takes to tranfer the data since of course fast
transfers will get less progress callbacks.

So the only and really only difference between the working and the non-working
cases was the sizes of the files you uploaded?

> Would you still like the test app emailed to you?

Yes please!

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2008-03-14