in reply to Re: Headers not being sent with mod_perl2
in thread Headers not being sent with mod_perl2

The filter is dynamically added, it's not a config option and is added by :
my $r = idc::NTI::Session::Request->get_instance->get_apache_request; $r->add_output_filter(\&{"${class}::handler"});
The filter works perfectly but can not change the headers.

Replies are listed 'Best First'.
Re^3: Headers not being sent with mod_perl2
by Anonymous Monk on Apr 09, 2014 at 21:25 UTC

    The filter works perfectly but can not change the headers.

    Ok then, have a nice day :)