http: replace `var` with `const` on code of comment · nodejs/node@bc43922 · GitHub
Skip to content

Commit bc43922

Browse files
deokjinkimRafaelGSS
authored andcommitted
http: replace var with const on code of comment
`const` or `let` is more preferred than `var` except iteration. PR-URL: #45951 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 6c5b7e6 commit bc43922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/_http_server.js

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)