mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
expose parsers freelist
This commit is contained in:
@@ -115,6 +115,7 @@ var parsers = new FreeList('parsers', 1000, function () {
|
||||
|
||||
return parser;
|
||||
});
|
||||
exports.parsers = parsers;
|
||||
|
||||
|
||||
var CRLF = "\r\n";
|
||||
|
||||
Reference in New Issue
Block a user