https://issues.apache.org/bugzilla/show_bug.cgi?id=44778


Ruediger Pluem <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #2 from Ruediger Pluem <[EMAIL PROTECTED]>  2008-04-10 13:39:33 PST 
---
(In reply to comment #1)

> 
> The code in mod_cache.c that ends up making the call to filter_harness is:
> 
>     next = r->output_filters;

Please set a breakpoint after the line above and do a

p r->output_filters
dump_filters r->output_filters

> 
>     while (next && (next->frec != cache_out_handle)) {
>         ap_remove_output_filter(next);
>         next = next->next;
>     }
> 
>     /* kick off the filter stack */
>     out = apr_brigade_create(r->pool, r->connection->bucket_alloc);

Please set a breakpoint to the line above and do a

p r->output_filters
dump_filters r->output_filters


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to