Fix duplicate channelReadComplete() in EpollDatagramChannel

This commit is contained in:
Trustin Lee 2014-12-31 19:13:27 +09:00
parent befe4ca2e3
commit dc3bec4a25

View File

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