proxy-agents icon indicating copy to clipboard operation
proxy-agents copied to clipboard

`HttpsProxyAgent` options are lost when calling the `connect` method

Open vnva opened this issue 1 year ago • 2 comments

HttpsProxyAgent constructor

image

image

Connect method call

image

vnva avatar Oct 02 '24 15:10 vnva

Is this related? https://github.com/TooTallNate/proxy-agents/issues/89

shazron avatar Jul 21 '25 15:07 shazron

Doesn't https://github.com/TooTallNate/proxy-agents/blob/913a49af08cde419082706fe29ba2d0d68c4488b/packages/https-proxy-agent/src/index.ts#L70-L71 just overrides whatever is set by super(opts)?

Agritite avatar Oct 22 '25 08:10 Agritite