When loading a page a browser will open several persistent TCP connections to the server. When executing javascript later and making XHR requests does the browser reuse these connections or does every XHR request always imply a new TCP connection that is closed afterwards?
Asked
Active
Viewed 180 times