On Wed, 11 Jun 2003, Juan Rivera wrote:

> the bucket previous to e and then splicing it at the tail of b.

Oh, I missed this part.  Try APR_RING_SPLICE_TAIL().

But don't forget you have to fix up the brigade you spliced out of, which
is why APR_RING_CONCAT() does an APR_RING_INIT() on h2 after moving its
contents into h1 with APR_RING_SPLICE_BEFORE().

--Cliff

Reply via email to