https://bz.apache.org/bugzilla/show_bug.cgi?id=64452

--- Comment #29 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to Yann Ylavic from comment #28)
> 
> Once the ap_process_request_after_handler breakpoint is hit, please "step"
> in the ap_pass_brigade call there,

Actually, once in ap_process_request_after_handler, it's better to:
(gdb) break ap_pass_brigade thread xxx
(gdb) continue

> and then do "next" but for this line:
>         return next->frec->filter_func.out_func(next, bb);
> where "step" is needed to enter each filter.

Still relevant.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to