Skip to content

http: convert var to let or const for http

Refs #26486

@ BeniCheni Can you put the var -> let/const stuff in a separate commit? (Separate PR would be even better!)

Per this comment in #26486 ️ , this PR follows up to convert var variables to let or const, in the scope of http source in lib/ path.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading