On Sat, Jun 01, 2002 at 01:14:39PM -0400, Cliff Woolley wrote:
> On Fri, 31 May 2002, Ryan Bloom wrote:
> 
> > A filter should NEVER call ap_die.  At the very worst, it should create
> > an error bucket and send it down the stack.
> 
> What about ap_http_header_filter() at line 1460 of http_protocol.c?
>
<snip>
> 
> Is that an exception to that rule?

IMHO, yes.  ap_http_header_filter() is the guy who eats the error
buckets and figures out what to do with it - in this case - call
ap_die().  -- justin

Reply via email to