Formatting
This commit is contained in:
parent
362ecf640b
commit
90ea9aa047
@ -370,6 +370,7 @@ class NioWorker implements Runnable {
|
||||
if (internalWriteBuffer.isEmpty()) {
|
||||
channel.writeBuffer.drainTo(internalWriteBuffer);
|
||||
}
|
||||
|
||||
evt = channel.currentWriteEvent;
|
||||
for (;;) {
|
||||
if (evt == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user