netty5/codec-http/src/main
Dmitriy Dumanskiy c9dacf9b85 Replace custome readAllFile method with Files.readAllBytes (#8828)
Motivation:

We can re-use Files.readAllBytes(....) and so can remove our own implementation.

Modification:

Replaced custom readAllBytes with Files.readAllBytes

Result:

Less custom code.
2019-02-01 16:45:20 +01:00
..
java/io/netty/handler/codec Replace custome readAllFile method with Files.readAllBytes (#8828) 2019-02-01 16:45:20 +01:00