in reply to mod_perl input filter error
must be:sub input { my $r = shift;
However, I'm now getting the following error and the process SEGVs:sub input { my $f = shift; my $r = $f->r;
and line 42 corresponds to:-e: Deep recursion on subroutine "ZCRM::OFilter::input" at /opt/code/Z +CRM/OFilter.pm line 42.
I've googled around without success. Damnation.$r->input_filters->get_brigade( $bb, Apache2::Const::MODE_READBYTES, APR::Const::BLOCK_READ, IOBUFSIZE );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mod_perl input filter error
by Anonymous Monk on Jun 20, 2016 at 10:04 UTC | |
by henzen (Acolyte) on Jun 20, 2016 at 10:20 UTC | |
by Anonymous Monk on Jun 20, 2016 at 17:55 UTC |