From e2d62c6589ea9b94cb66df57c6d08eb346c4b8c4 Mon Sep 17 00:00:00 2001 From: dormando Date: Tue, 27 Sep 2022 23:24:54 -0700 Subject: meta: remove "meta_response_old" start option was a temporary hidden option for a few early adopters to use while migrating from OK to HD status codes. --- memcached.h | 1 - 1 file changed, 1 deletion(-) (limited to 'memcached.h') diff --git a/memcached.h b/memcached.h index 5f517f2..48d0092 100644 --- a/memcached.h +++ b/memcached.h @@ -492,7 +492,6 @@ struct settings { bool drop_privileges; /* Whether or not to drop unnecessary process privileges */ bool watch_enabled; /* allows watch commands to be dropped */ bool relaxed_privileges; /* Relax process restrictions when running testapp */ - bool meta_response_old; /* use "OK" instead of "HD". for response code TEMPORARY! */ #ifdef EXTSTORE unsigned int ext_io_threadcount; /* number of IO threads to run. */ unsigned int ext_page_size; /* size in megabytes of storage pages. */ -- cgit v1.2.1