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


in reply to Socket stops at Header not handling Continuation

Im puzzled by your use of 'Continuation', ie 3 times, capitalized, but not formally defined, and not mentioned in code except as comment.

have you checked your serverlog for errors ? premature end of script err ?

  • Comment on Re: Socket stops at Header not handling Continuation

Replies are listed 'Best First'.
Re: Re: Socket stops at Header not handling Continuation
by dwatson06 (Friar) on May 07, 2004 at 21:37 UTC
    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