RE: HTML::Mason/ AxKit / Apache::Filter

2000-10-06 Thread Geoffrey Young
well, I don't use Mason or AxKit, but... Apache::Filter (1.011) automatically sends the headers for you on the first write to STDOUT by the last filter in the chain. So, no module should be calling $r-perl_send_headers except for Filter. the Mason parameter auto_send_headers should control

RE: HTML::Mason/ AxKit / Apache::Filter

2000-10-06 Thread Matt Sergeant
On Fri, 6 Oct 2000, Geoffrey Young wrote: well, I don't use Mason or AxKit, but... Apache::Filter (1.011) automatically sends the headers for you on the first write to STDOUT by the last filter in the chain. So, no module should be calling $r-perl_send_headers except for Filter. the