Skip to content

Commit a592871

Browse files
kimberlaketargos
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 a086604 commit a592871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_http_common.js

+1-1
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)