Open sswguo opened 2 months ago
Trying to fix MMENG-4207 Inconsistent large downloads
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.
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.