Fix connect bug in memcached_flush_buffers and syntax bug in noreply
authorTrond Norbye <trond.norbye@sun.com>
Fri, 23 Jan 2009 08:52:17 +0000 (09:52 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Fri, 23 Jan 2009 08:52:17 +0000 (09:52 +0100)
commit87f4d31cfd687bede800748153e6d16c0556a4c1
treea8987654bd9dcd1924cd83864e5627b0604d443e
parentcc5be1b75fe90e8c73871f4bd135c9e7cf1d1984
Fix connect bug in memcached_flush_buffers and syntax bug in noreply

When I fixed the bug in memcached_flush_buffers I also improved the test
case for noreply (checking that the items got stored). This revealed
that I had a format bug in the noreply code for the textual protocol causing
protocol error instead of setting the items...
libmemcached/memcached_flush_buffers.c
libmemcached/memcached_storage.c
tests/function.c