On Fri, 22 Mar 2002, Ryan Bloom wrote: > I am more than happy with that argument. I will change the second > return to APR_SUCCESS, and commit.
One thing I'm confused about... core_output_filter's return type is apr_status_t. HTTP_INTERNAL_SERVER_ERROR is not an apr_status_t. It seems to me that core_output_filter should keep returning rv and the caller should look for a filter return code != APR_SUCCESS and translate that into HTTP_INTERNAL_SERVER_ERROR at that time. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
