Fwd: [mp2] No data is read from Perl Output Filter
Vladimir L <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CABxO0m2a5NNy1u=+BOL7-vN3ocVz9Chrm4NaxjD2RfYT1ucyFA@mail.gmail.com> |
I am experimenting with ReverseProxy::FormFiller and stuck with output
request rewriting. Nothing is read from filter, but filter is invoked.
Code below writes nothing into logs.
while ($f->read(my $buffer, 1024)) {
$body .= $buffer;
&logErrorSimple($f->r,"---------$body------$buffer-----");
}
There are always a few parameters are sent via POST during tests, but
nothing can't be rewritten by the filter because nothing is read.