Commit 65abdc2011fe1019471cddff78d3cf596b2bccbe

niks 2010-07-16T09:11:09

Fix wrong sie calculation of iovec buffers when exact=1 The old code had a bug where the 'exact' flag to 1 in _evbuffer_read_setup_vecs would never actually make the iov_len field of the last iovec get truncated. This patch fixes that.