Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netty#7695 no need to manually release chunk during upload (netty#7696)
Motivation: After netty#7527 fix there is no need to manually release chunks (HttpData) during file upload as they will be released on HttpPostRequestDecoder.destroy(). Modification: HttpUploadServer example doesn't release chunks manually (doesn't call data.release()). Result: Fixes netty#7695 and netty#7689
- Loading branch information