On Mon, 11 Sep 2000 rbb@covalent.net wrote:
> I believe the ability for a bucket to have NULL data was introduced with
> the BRIGADE macros. I ran into similar problems last night while trying
> to finish mod_include. The problem with the brigade macros, is that you
> must use the macros to do any looping through a brigade or bucket list.
exactly, i was following mod_charset_lite as an example, which i later
realilzed hadn't been updated to use the new macros. switching my test to
use logic from http_core filter made things much happier.
|