netty5/example/src/main
Dmitriy Dumanskiy 6fbb12e2c2 #7695 no need to manually release chunk during upload (#7696)
Motivation:

After #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 #7695 and #7689
2018-11-02 08:12:10 +01:00
..
java/io/netty/example #7695 no need to manually release chunk during upload (#7696) 2018-11-02 08:12:10 +01:00
resources fix the typos 2017-04-20 04:56:09 +02:00