indy
indy copied to clipboard
Add flush after copy during downloads
Trying to fix MMENG-4207 Inconsistent large downloads
Adding the flush ensures that all the data is sent to the client after the copy is complete. Without an explicit flush(), some data might remain in the buffer and not be sent until it's full.