https://issues.apache.org/bugzilla/show_bug.cgi?id=56725
--- Comment #2 from mardkra...@hotmail.com --- Haha, oops. The "large" file is a 1GB file, FILE_SIZE = (int) Math.pow(2, 30). The 8KB file was actually the stream which was successful every time. What we are doing is having one server call, via REST, another server and streaming the files across. So yes, one is a client/sending server. Both servers are running embedded Tomcat servers. For each test they are running the same version. So either both 8.0.9 or both 8.0.8. The server receiving the streams does not show any errors in the log. Only the client server has the exception. I'm wondering if it's something to do with the HttpClient (4.3.4) which might be used when running on 8.0.9. I noticed that version when attempting to do a little debugging, although we do specify 4.3.3 in one of our gradle files. The only changes we made between the successful test and the failing one where in our gradle file for the servers. --Passing-- [group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '8.0.8'], [group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.0.8'], [group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version: '8.0.8'] --failing-- [group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '8.0.9'], [group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.0.9'], [group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version: '8.0.9'] -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org