Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 170 by michal.linhard: missing casid produces ERROR instead of
CLIENT_ERROR
http://code.google.com/p/memcached/issues/detail?id=170
What steps will reproduce the problem?
1. echo -e "cas a 0 0 1\r" | nc localhost 11211
What is the expected output? What do you see instead?
expected: CLIENT_ERROR ...
got: ERROR
What version of the product are you using? On what operating system?
memcached 1.4.5
Linux 2.6.32.23-170.fc12.i686.PAE
ERROR is a reply for uknown command, but cas is known command, only casid
is missing.
(anyway I agree with proposal in issue 103 to get rid of ERRORs completely)