[BUG] Transfer complete message displays incorrect size
In some instances the file size displayed in the transfer complete message (as shown below) will be slightly smaller then the actual amount downloaded, This occurs when FD_CLOSE is triggered before all of the data is receieved. No data is loss, it's just not counted. the FD_CLOSE event reads in any reminaing data but neglected to update the variable for this status.
[19:08:55] Transferred: TEST.ZIP 1.67 MB in 0.41 (1,712.05 KBps)
This issue will be resolved in the next build.
|