if (!dest.equals(MemcachedResponseEncoder.CRLF)) {
// before we throw error... we're ready for the next command
status.ready();
// error, no delimiter at end of payload
throw new IncorrectlyTerminatedPayloadException("payload not terminated correctly");
} else {
status.processingMultiline();
// There's enough bytes in the buffer and the delimiter is at
// the end. Read it.