-
Bug
-
Resolution: Done
-
Critical
-
11.0.5.Final, 12.0.0.Final
-
None
The ResponseWriter.CHUNKED_FILE enum value has a try with resources around the RandomAccessFile to be served, so this can cause the file to be closed while still being written. The fix is to listen to the ctx.writeAndFlush future and close the file when the operation is complete.