http: remove trailing space
PR-URL: https://github.com/nodejs/node/pull/33035 Refs: https://github.com/nodejs/node/issues/30625 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
5ae9690869
commit
f20a88fb86
@ -742,7 +742,6 @@ function emitFreeNT(req) {
|
|||||||
if (req.socket) {
|
if (req.socket) {
|
||||||
req.socket.emit('free');
|
req.socket.emit('free');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function tickOnSocket(req, socket) {
|
function tickOnSocket(req, socket) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user