X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v0.c;h=74a98eaf896867d9aa73edba673ea5bdabae5855;hb=6dab5e4d5dfb6145966a3efa48a41cf7e609c9ad;hp=3ca4daff1f722253c74b963c43e640ea73759923;hpb=14563e0f4a2840f6a038fc9fd44ae8bd48206be6;p=awesomized%2Flibmemcached diff --git a/example/interface_v0.c b/example/interface_v0.c index 3ca4daff..74a98eaf 100644 --- a/example/interface_v0.c +++ b/example/interface_v0.c @@ -52,7 +52,7 @@ static protocol_binary_response_status quit_command_handler(const void *cookie, response_handler(cookie, header, (void*)&response); /* I need a better way to signal to close the connection */ - return PROTOCOL_BINARY_RESPONSE_EIO; + return PROTOCOL_BINARY_RESPONSE_EINTERNAL; } static protocol_binary_response_status get_command_handler(const void *cookie,