AsyncNioConnection

This commit is contained in:
redkale
2023-08-30 08:36:43 +08:00
parent 58620ac519
commit 3979af71cb

View File

@@ -500,7 +500,6 @@ abstract class AsyncNioConnection extends AsyncConnection {
if (writeCompleted && (totalCount != 0 || !hasRemain)) {
handleWrite(this.writeTotal + totalCount, null);
if (fastWriteCount.get() > 0) {
this.writePending = true;
doWrite();
}
} else if (writeKey == null) {