|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] Re: #1229 Progress status not getting updated as expected
From: Minh Nguyen <mnguyen_at_users.sf.net>
Date: Tue, 25 Jun 2013 19:20:40 +0000
Hi,
Sorry I was out of the office for some time and did not get a chance to respond to your feedback. Even though I just read my emails and found out that the bug was closed, I would appreciate if you have some information that helps me to troubleshoot further.
I did write a small program (attached) with the callback routine that simply displays the percentage of downloading. This would show the issue where the callback is not invoked as expected. When I ran the test program, I found that it worked on one system but not on another:
On the system that worked, the callback was invoked regularly:
On the system that had the issue, the callback just stopped in between then suddenly I got the update progress status of 100%:
Therefore on the system with problem, something in the environment affected the callback mechanism and blocked it from working as expected.
Again, thank you for your support and any information that you could provide!
Minh Nguyen
From: Daniel Stenberg [mailto:bagder_at_users.sf.net]
No feedback, closing.
________________________________
[bugs:#1229]<http://sourceforge.net/p/curl/bugs/1229/> Progress status not getting updated as expected
Status: closed-invalid
curl -V
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/
--- ** [bugs:#1229] Progress status not getting updated as expected** **Status:** closed-invalid **Created:** Thu May 23, 2013 07:35 PM UTC by Minh Nguyen **Last Updated:** Fri Jun 21, 2013 01:43 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-06-25 These mail archives are generated by hypermail. |
Page updated May 06, 2013.
web site info