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 80c1f44 commit e89d8caCopy full SHA for e89d8ca
test/parallel/test-https-server-keep-alive-timeout.js
@@ -39,6 +39,7 @@ test(function serverKeepAliveTimeoutWithPipeline(cb) {
39
res.end();
40
});
41
server.setTimeout(500, common.mustCall((socket) => {
42
+ // End this test and call `run()` for the next test (if any).
43
socket.destroy();
44
server.close();
45
cb();
@@ -67,6 +68,7 @@ test(function serverNoEndKeepAliveTimeoutWithPipeline(cb) {
67
68
requestCount++;
69
70
71
72
73
74
0 commit comments