Fix duplicate channelReadComplete() in EpollDatagramChannel
This commit is contained in:
parent
befe4ca2e3
commit
dc3bec4a25
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user