Skip to content

Commit e89d8ca

Browse files
committed
squash: nits from refack
1 parent 80c1f44 commit e89d8ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-https-server-keep-alive-timeout.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ test(function serverKeepAliveTimeoutWithPipeline(cb) {
3939
res.end();
4040
});
4141
server.setTimeout(500, common.mustCall((socket) => {
42+
// End this test and call `run()` for the next test (if any).
4243
socket.destroy();
4344
server.close();
4445
cb();
@@ -67,6 +68,7 @@ test(function serverNoEndKeepAliveTimeoutWithPipeline(cb) {
6768
requestCount++;
6869
});
6970
server.setTimeout(500, common.mustCall((socket) => {
71+
// End this test and call `run()` for the next test (if any).
7072
socket.destroy();
7173
server.close();
7274
cb();

0 commit comments

Comments
 (0)