We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f7178 commit dab4404Copy full SHA for dab4404
1 file changed
lib/internal/inspector/network_http.js
@@ -97,6 +97,7 @@ function createInitiator() {
97
*/
98
function onClientRequestCreated({ request }) {
99
request[kInspectorRequestId] = getNextRequestId();
100
+ // Ensure that the stack obtained here is the one created at the time of actual construction.
101
request[kInitiator] = createInitiator();
102
}
103
0 commit comments