Removed unnecessary assignment
This commit is contained in:
parent
596e62398f
commit
5e4ca0d94a
@ -540,7 +540,6 @@ class NioDatagramWorker implements Runnable {
|
||||
} catch (final AsynchronousCloseException e) {
|
||||
// Doesn't need a user attention - ignore.
|
||||
channel.currentWriteEvent = evt;
|
||||
channel.inWriteNowLoop = false;
|
||||
} catch (final Throwable t) {
|
||||
channel.currentWriteEvent = null;
|
||||
channel.inWriteNowLoop = false;
|
||||
|
Loading…
Reference in New Issue
Block a user