Removed incorrect boolean assignment
This commit is contained in:
parent
5e4ca0d94a
commit
346d7022cd
@ -542,7 +542,6 @@ class NioDatagramWorker implements Runnable {
|
||||
channel.currentWriteEvent = evt;
|
||||
} catch (final Throwable t) {
|
||||
channel.currentWriteEvent = null;
|
||||
channel.inWriteNowLoop = false;
|
||||
evt.getFuture().setFailure(t);
|
||||
evt = null;
|
||||
fireExceptionCaught(channel, t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user