replace memcached_readline with memcached_io_readline
authorTrond Norbye <trond.norbye@sun.com>
Fri, 23 Jan 2009 09:41:32 +0000 (10:41 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Fri, 23 Jan 2009 09:41:32 +0000 (10:41 +0100)
commit704c4c319482776ad5566e1e3ec69c31a651fb51
tree8599b12ae970af5bc17e1dbb414d6285f84d8ebd
parent87f4d31cfd687bede800748153e6d16c0556a4c1
replace memcached_readline with memcached_io_readline

Moved the readline function into the io layer and use the buffer directly
instead of calling memcached_io_read for each byte
libmemcached/memcached_io.c
libmemcached/memcached_io.h
libmemcached/memcached_response.c