AW: AW: [mp2] Content-Length: 0 / Location:

2004-08-05 Thread Denis Banovic
Hi Geoffrey! Thanks, that works fine. It would be interresting to know how to do this in mod_perl style! I have a Output object which captures the whole output. On Destroy i'm doing something like this: my @header = split(/\n/, $class->http_hea

Re: AW: AW: [mp2] Content-Length: 0 / Location:

2004-08-05 Thread Geoffrey Young
Denis Banovic wrote: > Hi Geoffrey! > > Thanks, that works fine. > > It would be interresting to know how to do this in mod_perl style! > > > I have a Output object which captures the whole output. sounds like you might want to consider writing a PerlOutputFilterHandler instead. > > On Des