Uh oh!
There was an error while loading. Please reload this page.
http: remove CRLF variable - #40101
Conversation
Trott
commented
Sep 14, 2021
Welcome, @shfshanyue, and thanks for the pull request. I don't feel terribly strongly about this, but I'm not convinced |
mscdex
commented
Sep 14, 2021
FWIW I'm not particularly fond of having a CRLF string variable either. It'd be better to just include the literal value where needed. |
shfshanyue
commented
Sep 14, 2021
I think it would be better if change all the usage of |
mcollina
commented
Sep 14, 2021
I prefer an explicit |
a624067 to
e63733bCompare
This comment has been minimized.
This comment has been minimized.
lpinca
commented
Sep 14, 2021
No objections, but please do not change it again after this lands. Refs: f4d3d12 |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Sep 15, 2021
PR-URL: #40101 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
mhdawson
commented
Sep 16, 2021
Landed in e9fc678 |
PR-URL: #40101 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #40101 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
The CRLF constant exported from '_http_common' is deprecated (DEP0206). Users should use the string '\r\n' directly instead. This addresses the TODO comment added in nodejs#40101. PR-URL: https://github.com/nodejs/node/pull/XXXXX
No description provided.