AsyncNioConnection
This commit is contained in:
@@ -500,7 +500,6 @@ abstract class AsyncNioConnection extends AsyncConnection {
|
|||||||
if (writeCompleted && (totalCount != 0 || !hasRemain)) {
|
if (writeCompleted && (totalCount != 0 || !hasRemain)) {
|
||||||
handleWrite(this.writeTotal + totalCount, null);
|
handleWrite(this.writeTotal + totalCount, null);
|
||||||
if (fastWriteCount.get() > 0) {
|
if (fastWriteCount.get() > 0) {
|
||||||
this.writePending = true;
|
|
||||||
doWrite();
|
doWrite();
|
||||||
}
|
}
|
||||||
} else if (writeKey == null) {
|
} else if (writeKey == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user