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 1bd7a2e commit 6582b19Copy full SHA for 6582b19
βtest/pummel/test-heapdump-http2.js
@@ -56,14 +56,11 @@ server.listen(0, () => {
56
],
57
},
58
], { loose: true });
59
- // `Node / StreamPipe` (C++) -> StreamPipe (JS)
60
- state.validateSnapshotNodes('Node / StreamPipe', [
61
- {
62
- children: [
63
- { node_name: 'StreamPipe', edge_name: 'native_to_javascript' },
64
- ],
65
- },
66
- ]);
+
+ // We don't necessarily have Node / StreamPipe here because by the time the
+ // response event is emitted, the file may have already been fully piped here
+ // and the stream pipe may have been destroyed.
67
// `Node / Http2Session` (C++) -> Http2Session (JS)
68
state.validateSnapshotNodes('Node / Http2Session', [
69
{
0 commit comments