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 f5bdbd6 commit e9031aeCopy full SHA for e9031ae
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