Skip to content

Commit 72624fd

Browse files
kimberlaketrivikr
authored andcommitted
http: name anonymous function in _http_common.js
Refs: #8913 PR-URL: #21755 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent cfe0c02 commit 72624fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/_http_common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function parserOnMessageComplete() {
148148
}
149149

150150

151-
const parsers = new FreeList('parsers', 1000, function() {
151+
const parsers = new FreeList('parsers', 1000, function parsersCb() {
152152
const parser = new HTTPParser(HTTPParser.REQUEST);
153153

154154
parser._headers = [];

0 commit comments

Comments
 (0)