Re: [mp2] ModPerl::PerlRun changes behaviour of header(), breaking some CGI scripts

2007-02-15 Thread Perrin Harkins
On 2/11/07, Clayton Smith <[EMAIL PROTECTED]> wrote: This doesn't work any more with PerlRun. When using PerlRun, it seems that header() directly alters the headers of the HTTP response, but returns an empty string. This sounds like a CGI.pm issue. PerlRun doesn't alter the behavior of CGI::h

Re: PerlProcessConnectionHandler and APR::Socket->poll()

2007-02-15 Thread Colin Meyer
On Wed, Feb 14, 2007 at 01:28:07PM -0800, Colin Meyer wrote: [...] > My other question is about my usage of this method. Is it correct? It > seems that every time I call $sock->poll(), it returns success, > indicating that it's ok to write to the socket. But then, when I call > $sock->send(), it

Re: [mp2] ModPerl::PerlRun changes behaviour of header(), breaking some CGI scripts

2007-02-15 Thread Dondi M. Stroma
This sounds like a CGI.pm issue. PerlRun doesn't alter the behavior of CGI::header. You should report this on the RT bug tracker for CGI.pm. - Perrin That's exactly what it is. I ran into this problem about a year ago (I was saving the header to a variable for printing later) and it took me