On Wed, 2004-03-03 at 10:27, Cliff Woolley wrote: > That would be a problem because then you'd have a FLUSH bucket *after* > your EOS bucket in brigade bb (or at least that's what I assume from the > context given here without actually pulling up the whole module), which is > illegal.
I think the code I was trying out was actually slightly different. I was inserting FLUSH before the EOS with APR_BUCKET_INSERT_BEFORE. Anyway, I might try that with Apache 2.1 one of these days. No promises, however, some other stuff is keeping me pretty busy these days. > PS: a shorthand for APR_BUCKET_REMOVE()+apr_bucket_destroy() is > apr_bucket_delete(). Thanks. -- Bojan
