mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
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:
parent
0c817b6614
commit
072a8b2955
3 changed files with 154 additions and 147 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue