Skip to content

Commit 0003c70

Browse files
committed
expose parsers freelist
1 parent 54e844c commit 0003c70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/http.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ var parsers = new FreeList('parsers', 1000, function () {
115115

116116
return parser;
117117
});
118+
exports.parsers = parsers;
118119

119120

120121
var CRLF = "\r\n";

0 commit comments

Comments
 (0)