
02-17-2010, 10:34 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
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). |
|
|
|