I'd like to use hpagent because it supports reusable sockets.
I tried passing in agent: { https: httpsAgent } but it was overridden / didn't work.
I'm wondering if this is easily feasible or if there's some limitation I'm overlooking. If there's no gotchas I'm happy to make a PR.
I'd like to use hpagent because it supports reusable sockets.
I tried passing in
agent: { https: httpsAgent }but it was overridden / didn't work.I'm wondering if this is easily feasible or if there's some limitation I'm overlooking. If there's no gotchas I'm happy to make a PR.