netty5/common/src/main/java
Trustin Lee 8fce6316ad Fix a bug where ChannelFuture.setFailure(null) doesn't fail
Motivation:

We forgot to do a null check on the cause parameter of
ChannelFuture.setFailure(cause)

Modifications:

Add a null check

Result:

Fixed issue: #2728
2014-08-05 11:23:45 -07:00
..
io/netty/util Fix a bug where ChannelFuture.setFailure(null) doesn't fail 2014-08-05 11:23:45 -07:00