Skip to content

http: make `globalAgent` of `http` and `https` overridable

Rodrigo Muino Tomonari requested to merge github/fork/shubheksha/fix/9057 into master

Previously globalAgent of http and https cannot be overriden by simply assigning a new value. This exposes those properties to allow overriding by assignment.

Fixes #9057 (closed)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

http

Merge request reports

Loading