Skip to content

lib: change http client path assignment

Rodrigo Muino Tomonari requested to merge fix/http-agent-path into master

Created by: ghost

changed path assignment in http client lib from let to const (it's more appropriate in this case). I addition to that, since the inner condition is the only referencing the variable, moved the assignment to the inner condition

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading