We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa59b9 commit 696c962Copy full SHA for 696c962
test/parallel/test-http2-window-size.js
@@ -10,6 +10,7 @@ if (!common.hasCrypto)
10
common.skip('missing crypto');
11
const assert = require('assert');
12
const h2 = require('http2');
13
+common.crashOnUnhandledRejection();
14
15
// Given a list of buffers and an initial window size, have a server write
16
// each buffer to the HTTP2 Writable stream, and let the client verify that
0 commit comments