I have an app, that every second sends an XMLHttpReqeust object out. In the same app when someone starts typing, I send a different XMLHttpRequest. When I put a 2 second delay in the server code handling the second one, I never receive it back. In fact any time, I get the response from the...