OK, I have a clue why ap_save_brigade wasn't implemented. I looked at
its source and it basically does this:
# XXX UNTESTED CODE
sub Apache2::Filter::save_brigade {
my ($f, $saveto, $bb, $pool) = @_;
# XXX should this be $f->r->pool?
$pool ||= $f->c->pool;
my $ret = APR::Const::SU
Hello,
Is there a reason why ap_save_brigade hasn't been implemented? Does it
have special needs?
(Funnily, after googling this issue, I found I had asked the same
question in 2005:
http://mail-archives.apache.org/mod_mbox/perl-modperl/200505.mbox/%3c20050509222133.gb31...@foobarsystems.com%3E
—a