Change evbuffer_read implementation to split data across chunks, and use readv when...
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Jan 2009 21:53:03 +0000 (21:53 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Jan 2009 21:53:03 +0000 (21:53 +0000)
commitf6eb1f816c77f2b3e209690551b9c2f7d7d2e454
treeebacb037a66995ec7f97070f07a527e754b9f6ad
parenta5901991c74590d81e35b5b3f44877f00b6e3397
Change evbuffer_read implementation to split data across chunks, and use readv when available.  This should make us use less space.

svn:r1024
ChangeLog
buffer.c