Skip to content

Commit

Permalink
http: linted code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Apr 21, 2022
1 parent 543b40d commit 6c1388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_http_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6c1388e

Please sign in to comment.