On Tue, Jul 02, 2002 at 02:12:38PM -0400, Jeff Trawick wrote: > Cliff Woolley <[EMAIL PROTECTED]> writes: > > > On 2 Jul 2002, Jeff Trawick wrote: > > > > > Go Ask! In a simple test with a crude client, I got Content-Length: > > > 16369 for that main page. But after removing the headers: > > > > > > -rw-rw-r-- 1 trawick trawick 27257 Jul 2 12:13 out
This is because we're doing a HTTP/1.0 request and we're not handling the EAGAIN case on the pipe bucket right. (partial_send_okay is 0 in ap_content_length_filter.) This'll work okay when using HTTP/1.1. Fix forthcoming (we're discussing alternatives on IRC now). -- justin
