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: Minh Nguyen <mnguyen_at_users.sf.net>
Date: Thu, 23 May 2013 19:35:14 +0000

---
** [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:** nobody
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