jono-morris opened a new pull request, #11208: URL: https://github.com/apache/camel/pull/11208
Ensure all chunks are sent when the exchange is processed. With introduction of the `bufferSize` config, large files are split into chunks to avoid reading the entire content into memory. The last chunk will be the remainder, i.e. mod buffersize, ensure it's uploaded while processing the exchange. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org