diff -r e5b714190dee -r 03a7e064f833 memcache/connection.c --- a/memcache/connection.c Thu Aug 28 00:29:39 2008 +0300 +++ b/memcache/connection.c Thu Aug 28 01:34:14 2008 +0300 @@ -298,7 +298,7 @@ ERROR("got reply with wrong key !?!"); // notify the request (no reply data is ready for reading yet, though) - memcache_req_reply(conn->req, reply_type); + memcache_req_recv(conn->req, reply_type); // does the reply include data? if (has_data) {