Skip to content

Commit 080e9d3

Browse files
committed
http: restore CRLF export
1 parent 24d5de5 commit 080e9d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/_http_common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ 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.
265266
freeParser,
266267
methods,
267268
parsers,

0 commit comments

Comments
 (0)