Recently, I was testing the asynchronous behaviour of a nodejs express web application. My code was very simple
const express = require(\'express\'); const a
Yes, this is Chrome's behavior. Identical requests to the same host will stall. This is apparent if you watch the network tab in the developer tools.