netty5/transport/src
Trustin Lee 0eb059bf58 Fix an infinite loop when writing a zero-length FileRegion
Related: #2964

Motivation:

Writing a zero-length FileRegion to an NIO channel will lead to an
infinite loop.

Modification:

- Do not write a zero-length FileRegion by protecting with proper 'if'.
- Update the testsuite

Result:

Another bug fixed
2014-10-17 16:04:37 +09:00
..
main/java/io/netty Fix an infinite loop when writing a zero-length FileRegion 2014-10-17 16:04:37 +09:00
test/java/io/netty Name resolver API and DNS-based name resolver 2014-10-16 17:10:36 +09:00