Bryan Henderson fixed the progress function so that it can get called

more frequently allowing same calling frecuency for the client progress
callback, while keeping the once a second frecuency for speed calculations
and internal display of the transfer progress.
This commit is contained in:
Yang Tse
2007-03-19 12:02:33 +00:00
parent 0c817b6614
commit 072a8b2955
3 changed files with 154 additions and 147 deletions

View File

@@ -41,6 +41,7 @@ This release includes the following bugfixes:
o CURLOPT_PORT, HTTP proxy, re-using connections and non-HTTP protocols
o CURLOPT_INTERFACE for ipv6
o use-after-free issue with HTTP transfers with the multi interface
o the progress callback can get called more frequently
This release includes the following known bugs: