On Wed, Mar 14, 2007 at 03:01:53PM +0000, Nick Kew wrote:
> On Wed, 14 Mar 2007 14:32:13 +0000
> Joe Orton <[EMAIL PROTECTED]> wrote:
> 
> > 1) the filtering logic is broken and will consume RAM proportional to 
> > response size.
> 
> I must've missed that when I looked.  I thought it used the
> same logic as mod_line_edit, which is very careful about that.

It looks just as broken to me.  It will read() from every bucket in the 
input brigade without passing anything on, so you guarantee that the 
entire response is mapped into RAM for a single filter invocation.

joe

Reply via email to