netty5/transport-native-epoll/src
Norman Maurer 49d2cfe4ea [#2666] Fix possible NPE when try to fullfill connect ChannelPromise
Motivation:

Because of a missing return statement we may produce a NPE when try to fullfill the connect ChannelPromise when it was fullfilled before.

Modification:

Add missing return statement.

Result:

No more NPE.
2014-07-18 07:08:30 +02:00
..
main [#2666] Fix possible NPE when try to fullfill connect ChannelPromise 2014-07-18 07:08:30 +02:00
test/java/io/netty/channel/epoll Fix most inspector warnings 2014-07-02 19:04:11 +09:00