On Mon, Apr 21, 2008 at 11:50 PM, Paul Gilmartin <[EMAIL PROTECTED]> wrote:

>  Here's my problematic code.  I tried to obscure local
>  server names.  That merely means I don't trust our firewall.

It looks like you treat a line with just CRLF as end of the body. It
is my understanding that with HTTP/1.0 only the peer closing the
connection indicates the end of the body. And when you leave that loop
early you probably are unable to terminate the tcpclient in the
addpipe (you probably also need to sever the added input to avoid
tcpclient waiting to get rid of the data after that null line).

Rob

Reply via email to