On Sun, 27 Jan 2002, Bill Stoddard wrote: > Yep, and I just discovered the 'fix'; I was using two different values > of AP_MIN_BYTES_TO_WRITE (8192 and 9000). Was working on a module that > was ported from 2.0.28.... Man, the CORE filters are nasty...
Out of curiousity, please try it with AP_MIN_BYTES_TO_WRITE=9000 and my earlier patch, and see if that fixes it as well. It should. With AP_MIN_BYTES_TO_WRITE<=APR_BUCKET_BUFF_SIZE, we just never happen to hit that block of code in check_brigade_flush(). --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
