expose parsers freelist

v0.7.4-release
Ryan Dahl 2010-10-07 16:17:06 -07:00
parent 54e844cf08
commit 0003c701bc
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ var parsers = new FreeList('parsers', 1000, function () {
return parser;
});
exports.parsers = parsers;
var CRLF = "\r\n";