Formatting

This commit is contained in:
Trustin Lee 2008-09-26 09:05:41 +00:00
parent 362ecf640b
commit 90ea9aa047

View File

@ -370,6 +370,7 @@ class NioWorker implements Runnable {
if (internalWriteBuffer.isEmpty()) {
channel.writeBuffer.drainTo(internalWriteBuffer);
}
evt = channel.currentWriteEvent;
for (;;) {
if (evt == null) {