Todd
12/20/2021, 7:13 PMAleksei Tirman [JB]
12/21/2021, 9:43 AMdispose
method releases headers and discards all bytes in the body channel. In the Netty engine for file parts, the FileUpload
interface is used that has a delete
method that deletes the underlying storage for a file item.Todd
12/22/2021, 1:52 AMAleksei Tirman [JB]
12/22/2021, 9:04 AMdispose
function is kinda weird and it would be more clear to have a closeable (releases all associated resources) object that one can read data from.