On 28 nov, 00:23, Edwin Nathaniel <[EMAIL PROTECTED]> wrote:
> I'm currently getting statusCode == 0 if I kill hosted-mode but run
> the client on a browser. Any reason why? I thought the RPC should
> failed and return statusCode 5xx cause the server is unreachable?

A "status code" is part of the server response, so if the server is
unreachable you won't have any response, hance any status code.
Moreover, 5xx is defined to mean "server error", so once again, if the
server is unreachable, it cannot be a server error.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to