We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807807f commit 7d23d63Copy full SHA for 7d23d63
test/parallel/test-http2-misbehaving-flow-control-paused.js
@@ -70,8 +70,6 @@ server.on('stream', (stream) => {
70
client.destroy();
71
}));
72
stream.on('end', common.mustNotCall());
73
- stream.respond();
74
- stream.end('ok');
75
});
76
77
server.listen(0, () => {
0 commit comments