netty5/transport/src
Scott Mitchell 002c99e751 NIO ServerChannel shouldn't close because of Exception
Motivation:
e102a008b6 changed a conditional where previously the NIO ServerChannel would not be closed in the event of an exception.

Modifications:
- Restore the logic prior to e102a008b6 which does not automatically close ServerChannels for IOExceptions

Result:
NIO ServerChannel doesn't close automatically for an IOException.
2016-12-05 20:51:05 -08:00
..
main/java/io/netty NIO ServerChannel shouldn't close because of Exception 2016-12-05 20:51:05 -08:00
test/java/io/netty ByteBuf Input Stream Reference Count Ownership 2016-11-14 16:29:55 -08:00