mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Memcach: StreamCorruptedException when loading a cluster, closes #300.
This commit is contained in:
parent
8079b5def5
commit
02b74dfb63
@ -153,6 +153,7 @@ public class MemcachedDecoder extends FrameDecoder {
|
||||
}
|
||||
}
|
||||
if (!done) {
|
||||
sb.setLength(0);
|
||||
buffer.resetReaderIndex();
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user