On Thu, Apr 18, 2002 at 05:26:40PM -0400, Cliff Woolley wrote: > On Thu, 18 Apr 2002, Justin Erenkrantz wrote: > > > Cliff, can you please test this patch? I still don't have httpd-test > > working on my TiBook. -- justin > > The test hangs on a select() call now. (PS: ignore the contents of the > buf parameter to apr_recv shown in this backtrace -- that's a side-effect > of the buffer reuse apr_bucket_alloc_* provides us. apr_recv would > overwrite that buffer if it had any data.)
Hmm. Do you have the HTTP request used in this test? It sounds like httpd-test is chunking the input incorrectly on the request. Odd. -- justin
