Hello,

I'm sending a POST request to my webserver (let's call it server A)
from RequestBuilder, which returns JSON representation of the object
being created.
In my callback method I refresh the UI to reflect the changes.
Everything works fine, while I use server A as a host name in the
browser's address string.

There is another server in our system, which acts like a proxy to
server A, which is a machine running nginx server (server B). It has a
different DNS, though I expect everything to work smoothly anyway.

When I execute the exact same async POST request to server B, the
callback code gets executed after some delay (around 40-60 seconds),
though my firebug shows that the response is already received... I
don't know why the delay is happening.

Any idea why it can happen? Note, that the application still works as
expected on server B: the callback code gets executed, but it takes
some time and the browser does nothing for 40-60 seconds, when the
response is received already.

Thanks.

-- 
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