mirror of
https://github.com/nodejs/node.git
synced 2025-05-06 04:59:52 +00:00
expose parsers freelist
This commit is contained in:
parent
54e844cf08
commit
0003c701bc
@ -115,6 +115,7 @@ var parsers = new FreeList('parsers', 1000, function () {
|
|||||||
|
|
||||||
return parser;
|
return parser;
|
||||||
});
|
});
|
||||||
|
exports.parsers = parsers;
|
||||||
|
|
||||||
|
|
||||||
var CRLF = "\r\n";
|
var CRLF = "\r\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user