Question regarding browser behavior when a response is sent from a server
问题 Scenario: The browser submits a HTTP request to a server. The user simultaneously clicks on a bookmark or on another link on the page resulting in a new request to the server. The server now sends back two HTTP responses (or the browser gets responses from two servers). How does the browser decide which of the responses to actually process? I know what will happen - am trying to understand why. Any references or websites that explain this would also be much appreciated. Thank you, vivek. Edit