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 7cbdeef commit 89f1b6cCopy full SHA for 89f1b6c
1 file changed
test/parallel/test-net-server-max-connections-close-makes-more-available.js
@@ -1,8 +1,9 @@
1
'use strict';
2
-require('../common');
+const common = require('../common');
3
const assert = require('assert');
4
5
const net = require('net');
6
+common.crashOnUnhandledRejection();
7
8
// Sets the server's maxConnections property to 1.
9
// Open 2 connections (connection 0 and connection 1).
0 commit comments