This is a discussion on Re: Temporary Handler? - modperl ; David Wheeler wrote: > Hi All, > > Is it possible to install a request phase handler (via push_handler() > or some other method) during a request that will only execute in that > request, and be removed as a ...
David Wheeler wrote:
> Hi All,
>
> Is it possible to install a request phase handler (via push_handler()
> or some other method) during a request that will only execute in that
> request, and be removed as a handler after the request completes?
yeah, that's what $r->push_handlers() does... or ought to do
but since you're asking yet know the answer, I'm assuming you've found a
bug?
--Geoff