Merge in trunk.
[awesomized/libmemcached] / example / interface_v0.c
index 3ca4daff1f722253c74b963c43e640ea73759923..74a98eaf896867d9aa73edba673ea5bdabae5855 100644 (file)
@@ -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,