This function is causing it.... now we get to go dig at the C implementations
code
(as I'm probably just now checking up to where Gozer was months ago.........)
sub init_test_pm {
my $r = shift;
# needed to load Apache2::RequestRec::TIEHANDLE
eval {require Apache2::RequestIO};
if (defined &Apache2::RequestRec::TIEHANDLE) {
untie *STDOUT;
tie *STDOUT, $r;
require Apache2::RequestRec; # $r->pool
require APR::Pool;
$r->pool->cleanup_register(sub { untie *STDOUT });
}
else {
$r->send_http_header; #1.xx
}
$r->content_type('text/plain');
}
--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F
"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]