From 6c1388e43afe876272c77d1043c2dcdadfed7a11 Mon Sep 17 00:00:00 2001 From: Shogun Date: Thu, 21 Apr 2022 13:14:49 +0200 Subject: [PATCH] http: linted code --- lib/_http_server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_http_server.js b/lib/_http_server.js index 08850f777f7853..9610c30adb0863 100644 --- a/lib/_http_server.js +++ b/lib/_http_server.js @@ -465,7 +465,7 @@ Server.prototype.close = function(args, callback) { if (typeof args === 'object' && 'force' in args) { let toClose = []; - + switch (args.force) { case 'keep-alive': toClose = this[kConnections].idle();