summaryrefslogtreecommitdiff
path: root/proto_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_proxy.c')
-rw-r--r--proto_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_proxy.c b/proto_proxy.c
index 3ee8c07..985781b 100644
--- a/proto_proxy.c
+++ b/proto_proxy.c
@@ -494,7 +494,7 @@ static void _set_noreply_mode(mc_resp *resp, mcp_resp_t *r) {
}
break;
case RESP_MODE_METAQUIET:
- if (r->resp.code == MCMC_CODE_MISS) {
+ if (r->resp.code == MCMC_CODE_END) {
resp->skip = true;
} else if (r->cmd != CMD_MG && r->resp.code == MCMC_CODE_OK) {
// FIXME (v2): mcmc's parser needs to help us out a bit more