Author :
Nick Mathewson
Date :
2010-03-26 14:51:39
Hash :c87272b7 Message :Make evbuffer_prepend handle empty buffers better
If the first chunk of a buffer is empty, and we're told to prepend to
the buffer, we should be willing to use the entire first chunk.
Instead, we were dependent on the value of chunk->misalign.