http://qs321.pair.com?node_id=351614


in reply to Re: Socket stops at Header not handling Continuation
in thread Socket stops at Header not handling Continuation

Sorry about that, I don't know what else to title Continuation. That's the only thing displayed in the Info section of the packet sniffer (Ethereal) after the post.
It's the body of the request, for this instance an XML file. Which is shown coming in and I can view the actual XML within the sniffer.
serverlog? The code you see is the server. If you mean the client making the request, the connection is kept until the data is returned and closed on the server side. The header is sent to the Perl server, then stops. In the packet sniffer, it shows that the body of data has been sent as well but it's not coming into the server.
Thanks,
DWW
  • Comment on Re: Re: Socket stops at Header not handling Continuation