mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04: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