Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brido4125 committed Aug 11, 2023
1 parent c4aff62 commit 29988a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/spy/memcached/ArcusClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -3628,7 +3628,6 @@ public void gotStatus(Integer index, OperationStatus status) {
getLogger().warn("Unhandled state: " + status);
cstatus = new CollectionOperationStatus(status);
}
rv.addOperationStatus(cstatus);
switch (cstatus.getResponse()) {
case EXIST:
case NOT_EXIST:
Expand All @@ -3637,6 +3636,7 @@ public void gotStatus(Integer index, OperationStatus status) {
case UNREADABLE:
case TYPE_MISMATCH:
case NOT_FOUND:
rv.addOperationStatus(cstatus);
break;
default:
getLogger().warn("Unhandled state: " + status);
Expand Down

0 comments on commit 29988a2

Please sign in to comment.