Skip to content

http2: override authority with options

Rodrigo Muino Tomonari requested to merge github/fork/lpinca/gh-28182 into master

Make options.host and options.port take precedence over authority.host and authority.port respectively.

Fixes: https://github.com/nodejs/node/issues/28182

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

Merge request reports

Loading