Author :
Nick Mathewson
Date :
2011-12-07 13:04:35
Hash :27e22255 Message :Add evbuffer_copyout_from to copy data from the middle of a buffer
You could previously do this with evbuffer_peek() and some memcpys,
but it was a bit more work than most folks wanted to get into.
Closes sourceforge ticket 3108072