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 0d6fcf5 commit 24d5de5Copy full SHA for 24d5de5
1 file changed
lib/_http_common.js
@@ -262,7 +262,6 @@ 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