We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e844c commit 0003c70Copy full SHA for 0003c70
1 file changed
lib/http.js
@@ -115,6 +115,7 @@ var parsers = new FreeList('parsers', 1000, function () {
115
116
return parser;
117
});
118
+exports.parsers = parsers;
119
120
121
var CRLF = "\r\n";
0 commit comments