Re: Fw: libwww flow control?

At 17:50 2/26/99 -0800, Peter Chan wrote:
>I just checked my Apache server logs, it has a bunch of messages like
>
>[Fri Feb 26 15:54:51 1999] [info] [client 209.117.136.128] (32)Broken pipe:
>client stopped connection before send mmap completed
>
>>
>>I just tested the new mget with with an Apache 1.3.3 server, the problem
>>still occurs.  But testing it against a Netscape server was fine.  Maybe
>>there's something wrong with the Apache server.

Could be that libwww gets confused about the pipelined messages. If the
message length is not correct then libwww is forced to close the connection.

Try and run mget with trace messages on (see in the mget.c file to find the
bit to turn on - it's inside a #if 0 - just make #if 1) and recompile the
latest cvs snapshot.

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Monday, 1 March 1999 13:44:21 UTC