cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Progress During Large Posts

From: Dan Petitt <dan_at_digiguide.com>
Date: Fri, 14 Mar 2008 12:32:06 -0000

Hi, yes the only difference is the size. I have emailed you directly the
Windows VC6 app, hope it compiles okay for you :-)

-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: 14 March 2008 11:27
To: libcurl development
Subject: RE: Progress During Large Posts

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