Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Detect when command complete
| Subject: | Re: Detect when command complete |
| Posted by: | "Jon" (jonjaco..@comcast.net) |
| Date: | 3 May 2006 20:48:27 |
>The fact that you are receive a response code of 0 on the client side
>suggests that your server-side ReplyTexts collection does not have any "401"
>item in it to begin with, such that your response is being Assign()'ed a nil
>pointer..
No. I do have the appropriate ReplyTexts value. The reason I don't get a 401 is that I have enough parameters. When I deliberately send too few parameters, then I get a 401 with the correct text. The 401 issue is totally unrelated to getting a 0 response apparently too early.
Thanks, but that was a side track.