Fix duplicate channelReadComplete() in EpollDatagramChannel

This commit is contained in:
Trustin Lee 2014-12-31 19:13:27 +09:00
parent f819b24f1c
commit 4b6b4b511c

View File

@ -543,8 +543,6 @@ public final class EpollDatagramChannel extends AbstractEpollChannel implements
if (exception != null) {
pipeline.fireExceptionCaught(exception);
}
pipeline.fireChannelReadComplete();
} finally {
// Check if there is a readPending which was not processed yet.
// This could be for two reasons: