I run into a situation where the XHR GET Request takes a long time to get a response from the server. For example to get the data for:
Performance issue aside, I want to find out why on a request that takes 7 minutes to complete that Google Chrome stays on the "Pending" state and not receiving the response from the server.
I have confirmed that the server actually sends the response by:
I am guessing this has something to do with Google Chrome timeout (or web browser timeout) but cannot really find resources that confirm the assumption.
So my questions are: