summaryrefslogtreecommitdiff
path: root/proto_text.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-02-04 12:15:02 -0800
committerdormando <dormando@rydia.net>2022-02-04 12:15:02 -0800
commit6d36807a101f8deb9af40c1ec05d33ab08c5d475 (patch)
treef5b2a577fb28305fc975d668f4a2f6be419b692f /proto_text.c
parentd3d1ecb4e2bf715f0db48b07cd224fc346d97996 (diff)
downloadmemcached-6d36807a101f8deb9af40c1ec05d33ab08c5d475.tar.gz
meta: add "proxy tokens" P, L which are ignored
see doc/protocol.txt
Diffstat (limited to 'proto_text.c')
-rw-r--r--proto_text.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto_text.c b/proto_text.c
index 086fa39..102e867 100644
--- a/proto_text.c
+++ b/proto_text.c
@@ -981,6 +981,8 @@ static int _meta_flag_preparse(token_t *tokens, const size_t start,
of->locked = 1; // need locked to delay LRU bump
break;
case 'O':
+ case 'P':
+ case 'L':
break;
case 'k': // known but no special handling
case 's':