On Fri, 22 Mar 2002, Ryan Bloom wrote: > Filters shouldn't return apr_status_t's, because there is nothing that > the core can do with a status code.
Okay then... core_output_filter should not be returning APR_SUCCESS, and its return type should not be apr_status_t. I had two options, and picked the other. Both are fine. :) --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
