Thanks to visit codestin.com Credit goes to github.com
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 48a785e commit f114e35Copy full SHA for f114e35
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