Fix duplicate channelReadComplete() in EpollDatagramChannel

This commit is contained in:
Trustin Lee 2014-12-31 19:13:27 +09:00
parent 20d818ccec
commit 650bb5358d

View File

@ -539,8 +539,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: