mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
http: remove CRLF variable
PR-URL: https://github.com/nodejs/node/pull/40101 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
committed by
Michael Dawson
parent
58b7d47ad2
commit
e9fc67815e
@@ -268,7 +268,7 @@ module.exports = {
|
||||
_checkIsHttpToken: checkIsHttpToken,
|
||||
chunkExpression: /(?:^|\W)chunked(?:$|\W)/i,
|
||||
continueExpression: /(?:^|\W)100-continue(?:$|\W)/i,
|
||||
CRLF: '\r\n',
|
||||
CRLF: '\r\n', // TODO: Deprecate this.
|
||||
freeParser,
|
||||
methods,
|
||||
parsers,
|
||||
|
||||
Reference in New Issue
Block a user