> From: Brian Pane [mailto:[EMAIL PROTECTED]] > > On Wed, 2002-07-03 at 15:26, Ryan Bloom wrote: > > How big a problem is this really? Most of the time, the content-length > > filter isn't supposed to actually buffer the brigade. It should only be > > doing the buffering if we are doing a keepalive request and we can't do > > chunking. > > I'm seeing the buffering in non-keepalive tests, though.
Then we have a bug. The C-L filter should only be trying to compute the C-L if we MUST have one on the response, and we don't have to have one in the non-keepalive case. Ryan