RE: Flushing output and preserving headers

2009-01-03 Thread Kate Yoak
That worked! Thanks. > -Original Message- > From: Torsten Foertsch [mailto:torsten.foert...@gmx.net] > Sent: Saturday, January 03, 2009 7:31 AM > To: modperl@perl.apache.org > Cc: Kate Yoak > Subject: Re: Flushing output and preserving headers > > > On Sat 0

Flushing output and preserving headers

2009-01-03 Thread Kate Yoak
Hey guys, I seem to have some magic going on in the background and it has stopped me in my tracks. The actual problem is that my Content-type header gets overwritten before it is sent back to the client. In addition, I am unable to flush the output. Here is the idea: $r->headers_out->s

RE: page finishes loading _after_ PerlCleanupHandler

2008-01-05 Thread Kate Yoak
> Hi, while testing the PerlCleanupHandler in HTML::Mason: > > <%init> > $r->push_handlers(PerlCleanupHandler => \&sleeptest); > > sub sleeptest { > my $r = shift; > $r->warn("BEFORE SLEEP"); > sleep(10); > $r->warn("AFTER SLEEP"); > }; > > > I've noticed that the page onl

RE: print

2008-01-04 Thread Kate Yoak
Of course... I saw that - but it didn't sync in... Thanks! -Original Message- From: Michael Peters [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 1:37 PM To: Kate Yoak Cc: modperl@perl.apache.org Subject: Re: print Kate Yoak wrote: > I keep running into met

print

2008-01-04 Thread Kate Yoak
I keep running into methods not implemented where documentation says they are. Is it something about me or a common problem? sub handler{ my $r = shift; $r->print("hello"); } fails with "Can't locate object method print via package Apache2::RequestRec" Apache2->request fails wit

Re: [bugreport] Internal Server Error output - but no error

2007-12-30 Thread Kate Yoak
d or not at the maintainers' discretion. On Dec 29, 2007, at 11:14 AM, Kate Yoak wrote: I am using mp2bug format for the message. Hope, that's ok! = -8<-- Start Bug Report 8<-- 1. Problem Description: returning 200 as

Internal Server Error output - but no error

2007-12-29 Thread Kate Yoak
I am using mp2bug format for the message. Hope, that's ok! = -8<-- Start Bug Report 8<-- 1. Problem Description: I have just upgraded to apache2/modperl2 (bug report with specific version info is below) and I am getting the str