mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
smtp: Fixed unknown percentage complete in progress bar
The curl command line utility would display the the completed progress bar with a percentage of zero as the progress routines didn't know the size of the transfer.
This commit is contained in:
parent
073e83b543
commit
b52cf5d2cd
2 changed files with 7 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ This release includes the following bugfixes:
|
|||
o sshserver: disable StrictHostKeyChecking
|
||||
o ftpserver: Fixed imap logout confirmation data
|
||||
o curl_easy_init: use less mallocs
|
||||
o smtp: Fixed unknown percentage complete in progress bar
|
||||
o
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue