the following test fails:

% ./t/TEST -v filter/input_body

filter/input_body....1..2

1 ko
2 koFAILED tests 1-2

because input filter fails to read data from the bucket

    for (my $bucket = $bb->first; $bucket; $bucket = $bb->next($bucket)) {
        my $data;
        my $status = $bucket->read($data);
print STDERR "data: $data, status: $status\n";

prints:

data: , status: 0
data: , status: 0

Does status 0 mean success like in Apache API? Is this correct for all
Perl Apache APIs?



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to