Quote:
Originally Posted by Stefan
Hmmm Normally using HTTP/1.0 and doing waitfor(socket, "onClose", 30); will be best otherwise you cannot be sure that the socket is not deleted before it has actually sent the data (since it's only stored as temp.socket).
|
Ah, I didn't realize it wasn't waiting for the socket to close

Thanks
Is there a difference in HTTP 1.0/1.1 in this case? I was having some problems with 1.0, and changing it to 1.1 fixed the problem.