Skip to content

Commit 6a71db1

Browse files
committed
http: remove CRLF variable
1 parent 7efdae1 commit 6a71db1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/_http_common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ module.exports = {
262262
_checkIsHttpToken: checkIsHttpToken,
263263
chunkExpression: /(?:^|\W)chunked(?:$|\W)/i,
264264
continueExpression: /(?:^|\W)100-continue(?:$|\W)/i,
265-
CRLF: '\r\n', // TODO: Deprecate this.
266265
freeParser,
267266
methods,
268267
parsers,

0 commit comments

Comments
 (0)