mirror of
https://github.com/libevent/libevent.git
synced 2025-01-20 05:02:55 +08:00
f90500a5df
The old evbuffer_find didn't allow iterative searching, and forced us to repack the buffer completely every time we searched in it. The new evbuffer_search addresses both of these. As a side-effect, the evbuffer_find implementation is now a little more efficient. svn:r1130