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:
Steve Holme 2013-04-29 22:25:12 +01:00
parent 073e83b543
commit b52cf5d2cd
2 changed files with 7 additions and 1 deletions

View file

@ -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: