cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1229 Progress status not getting updated as expected

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Thu, 23 May 2013 20:21:34 +0000

Hi, and thanks for your report!

First, I'm sorry to say that I just don't believe you. I don't believe that kind of bug existed in that version of libcurl. I think you've seen this happen in your program's output, but the reason for that output is most likely to be found elsewhere.

But more importantly, you're using an outdated libcurl version and we're not really up to handle bug reports on that old versions. Please try the most recent libcurl version and if you can still repeat the problem then, please write a simple stand-alone example code for us to use to track down the problem.

The actual progress callback code has remained the same for a very long time.

---
** [bugs:#1229] Progress status not getting updated as expected**
**Status:** open
**Created:** Thu May 23, 2013 07:35 PM UTC by Minh Nguyen
**Last Updated:** Thu May 23, 2013 07:35 PM UTC
**Owner:** Daniel Stenberg
curl -V
curl 7.19.7 (x86_64-unknown-linux-gnu) libcurl/7.19.7 OpenSSL/1.0.0d zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: IPv6 Largefile NTLM SSL libz
I implemented the progress status callback in my application to display the percentage of file transfer progress via libcurl.  However, during my testing, there were many instances when the progress status did not get updated as expected.  For example, when I polled a file upload once every second, the upload percentage remained at 0.3% even though the uploaded file size was getting larger. Once the file upload was completed, I did get an update for 100% from the callback.  Note that this problem did not happen all the time, since I did get increased transfer percentage update in other cases.
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1229/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/subscriptions/>
Received on 2013-05-23

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET