On Thu, May 20, 2004 at 03:54:58PM -0700, Stas Bekman wrote:
>         fb = apr_bucket_flush_create(ba);
>         db = apr_bucket_transient_create("aaa", 3, ba);
>         APR_BRIGADE_INSERT_HEAD(bb, db);
>         APR_BUCKET_INSERT_BEFORE(fb, db);

The arguments to APR_BUCKET_INSERT_BEFORE are reversed, right? It works
for me with the arguments switched.

joe

Reply via email to