indy icon indicating copy to clipboard operation
indy copied to clipboard

Add flush after copy during downloads

Open sswguo opened this issue 5 months ago • 0 comments

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.

sswguo avatar Sep 05 '24 05:09 sswguo