282283284285286287288289290291292
error = new EOFException("Connection closed"); cachedEOFException = error; } AsyncReadQueueRecord record; while ((record = readQueue.poll()) != null) { record.notifyFailure(error); } } } /**
error = new EOFException("Connection closed"); cachedEOFException = error; } AsyncReadQueueRecord record; while ((record = readQueue.obtainCurrentElementAndReserve()) != null) { record.notifyFailure(error); } } } /**