]> granicus.if.org Git - libevent/commit
Do not use evbuffer_expand() to add the first chain to a buffer
authorNick Mathewson <nickm@torproject.org>
Fri, 26 Mar 2010 18:50:45 +0000 (14:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 26 Mar 2010 18:50:45 +0000 (14:50 -0400)
commit5c0ebb33f4a646919267fbca11c36eba24003561
tree0c766887a3c89d960a1f07f478f93420dce54aeb
parent2014ae4ac630d727f23ca91dad5d0ebf56b694de
Do not use evbuffer_expand() to add the first chain to a buffer

(It's a big function, and using it this way is overkill.)
buffer.c