You are not logged in.
I get this error on the log file:
20140721 09215753 EXC EHttpApiServer ("HttpSendHttpResponse failed: The specified network name is no longer available (64)") at 002DAE3A SynCrtSock.EHttpApiServer.RaiseOnError (4737) stack trace 000D17D0 System.Classes.ThreadProc 0000A1EA System.ThreadWrapper
What does it mean?
Offline
Ok, Thank you.
Offline
This happens because of timeout. In case of browser most libs set XHR timeout to 30 sec, the same as in mORMot client (HTTP_DEFAULT_RECEIVETIMEOUT constant). Can be redefined in TWinHttpAPI constructor.
Offline