Fixed binary mget so that it will always issue a NOOP after every
authorCurtis Hawthorne <curtis@thefjord.org>
Sat, 19 Sep 2009 12:24:37 +0000 (08:24 -0400)
committerCurtis Hawthorne <curtis@thefjord.org>
Sat, 19 Sep 2009 12:24:37 +0000 (08:24 -0400)
commit1019d0d8979ae75ee6dea937cb405a1367d6254d
tree5034eb67145171ad9d7304fa5ae41ff21bc97a96
parent22e2404d73e1d1d80fb442abf9242bdcf8d01d54
Fixed binary mget so that it will always issue a NOOP after every
request, including requests for only one key.  This allows users
to check for MEMCACHED_END when they fetch.
libmemcached/memcached_get.c
tests/function.c