memcached_io_reset should disconnect from the server without trying to send a quit...
authorTrond Norbye <trond.norbye@sun.com>
Mon, 15 Dec 2008 21:53:54 +0000 (22:53 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Mon, 15 Dec 2008 21:53:54 +0000 (22:53 +0100)
commit295e847e38375ba6b8669c33264fd46dc3e59feb
tree761d17eaaf1b0b8f1f80ac12f16867dd6550dadd
parent6bf9c46f8a54cba6cf0c6c78e88128e91b53779c
memcached_io_reset should disconnect from the server without trying to send a quit command.

memcached_response should not call memcached_io_reset when it receives EXISTS

Thanks to Robey Pointer for providing a patch.
libmemcached/memcached_io.c
libmemcached/memcached_response.c