mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
- Christian Schmitz noticed that the progress meter/callback was not properly
used during the FTP connection phase (after the actual TCP connect), while it of course should be. I also made the speed check get called correctly so that really slow servers will trigger that properly too.
This commit is contained in:
parent
5d786d0e97
commit
107c4d878a
3 changed files with 16 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ This release includes the following bugfixes:
|
|||
|
||||
o progress meter percentage and transfer time estimates fixes
|
||||
o portability enhancement for OS's without orthogonal directory tree structure
|
||||
o progress meter/callback during FTP connection
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
@ -23,6 +24,6 @@ This release includes the following known bugs:
|
|||
This release would not have looked like this without help, code, reports and
|
||||
advice from friends like these:
|
||||
|
||||
|
||||
Yang Tse, Kamil Dudka, Christian Schmitz
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue