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 24d5de5 commit 080e9d3Copy full SHA for 080e9d3
1 file changed
lib/_http_common.js
@@ -262,6 +262,7 @@ module.exports = {
262
_checkIsHttpToken: checkIsHttpToken,
263
chunkExpression: /(?:^|\W)chunked(?:$|\W)/i,
264
continueExpression: /(?:^|\W)100-continue(?:$|\W)/i,
265
+ CRLF: '\r\n', // TODO: Deprecate this.
266
freeParser,
267
methods,
268
parsers,
0 commit comments