Fix embarassing compilation error :-/

This commit is contained in:
Trustin Lee 2013-07-12 20:12:18 +09:00
parent 85a2ba3752
commit e10e9d38c4

View File

@ -529,7 +529,7 @@ public final class NioEventLoop extends SingleThreadEventLoop {
}
// Call flushNow which will also take care of clear the OP_WRITE once there is nothing left to write
ch.unsafe().flushNow();
ch.unsafe().flush();
}
private static void unregisterWritableTasks(AbstractNioChannel ch) {