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.
right, but why does it hang when reversed. Shouldn't it work both ways? If not, then it should produce an error and not hang.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
