summaryrefslogtreecommitdiff
path: root/proxy_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy_internal.c')
-rw-r--r--proxy_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy_internal.c b/proxy_internal.c
index 5484dc7..4da1c4a 100644
--- a/proxy_internal.c
+++ b/proxy_internal.c
@@ -250,7 +250,7 @@ static void process_get_cmd(LIBEVENT_THREAD *t, mcp_parser_t *pr, mc_resp *resp,
pthread_mutex_unlock(&t->stats.mutex);
item_remove(it);
- proxy_out_errstring(resp, "out of memory writing get response");
+ proxy_out_errstring(resp, PROXY_SERVER_ERROR, "out of memory writing get response");
return;
}
} else if ((it->it_flags & ITEM_CHUNKED) == 0) {