Skip to content

Commit

Permalink
http: remove trailing space
Browse files Browse the repository at this point in the history
PR-URL: #33035
Refs: #30625
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
dnlup authored and targos committed Dec 21, 2020
1 parent f11a648 commit 60b5e69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/_http_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ function emitFreeNT(req) {
if (req.socket) {
req.socket.emit('free');
}

}

function tickOnSocket(req, socket) {
Expand Down

0 comments on commit 60b5e69

Please sign in to comment.