We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d102e commit 95fe9bbCopy full SHA for 95fe9bb
test/parallel/test-http2-cancel-while-client-reading.js
@@ -20,6 +20,7 @@ server.on('stream', common.mustCall(function(stream) {
20
client_stream.pause();
21
client_stream.close(http2.constants.NGHTTP2_CANCEL);
22
});
23
+ stream.on('error', () => {});
24
}));
25
26
server.listen(0, function() {
0 commit comments