On Tue, 23 Nov 2004, Jim Jagielski wrote:

>    http://www.apache.org/~jim/mod_dumpio.c

Yeah.  :-)

But mod_dumpio calls apr_bucket_read() unconditionally on data buckets,
which is exactly what I *don't* want it to do.  Because that modifies the
contents of the brigade.  The module I'm looking for needs to be
completely transparent.  But it's a very good start.  :-)

Reply via email to