mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
expose parsers freelist
This commit is contained in:
parent
54e844cf08
commit
0003c701bc
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ var parsers = new FreeList('parsers', 1000, function () {
|
|||
|
||||
return parser;
|
||||
});
|
||||
exports.parsers = parsers;
|
||||
|
||||
|
||||
var CRLF = "\r\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue