On Wed, Oct 19, 2005 at 11:44:26PM +0200, Ruediger Pluem wrote: > Sorry, maybe I am only confused, but I think I disagree with you on that. > The proxy code is reading the input filter chain in a loop and does repeated > calls to ap_get_brigade without doing any more things with these brigades > it gets from ap_get_brigade, but storing them for later processing. This > looks to me like a typical setaside situation.
I agree that's the correct analysis, your patch to fix the proxy to use ap_save_brigade looks good to me. joe