On Sun, May 05, 2002 at 08:09:47PM -0400, [EMAIL PROTECTED] wrote: > Take a closer look at the filter. We almost never actually buffer data in > the C-L filter.
I'm specifically looking at the case where we have an HTTP/1.0 connection that is kept-alive (partial_send_okay == 0). In that case, it is buffered in the C-L filter (stored in ctx->saved). Or, am I missing something? My point is that we could optimize the case where we already know the C-L. -- justin