Stas Bekman wrote:
> I've tried to add an output connection filter from the input connection
> filter  when it was called for the first time. It didn't have any affect
> for the first request (over keepalive connection). The only way I
> succeeded to do that is from that input connection filter's filter_init
> handler. Has anyone else seen that strange behavior?

never tried.

> 
> I think filter_init handler is the perfect place to add it

keep in mind that filter_init does not propagate the return value of the
function properly - it may not apply to what you want to do, but just in
case.  see some comments in modperl_run_filter_init for more details.

--Geoff


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

Reply via email to