-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this._getSession is not a function while use HttpsProxyAgent #675
Comments
Seeing this as well, with 0.37.1 and Node v20.12.0. My use case is MSW running in a Vitest test, and trying to access (unmocked) HTTPS endpoints. I think the code in the Node repo is here: https://github.com/nodejs/node/blob/v20.x/lib/https.js#L163 Possibly a situation in the way that the |
interceptors/src/interceptors/ClientRequest/agents.ts Lines 67 to 82 in c338da8
Looks like what happens is that Given that I'm not sure of the intent here. Hopefully somebody who knows better what's intended to happen here, might just be @kettanaito |
Hi, I encounter a bug when I use proxy for requests
Example repo https://github.com/WhoisUnknown/example-interseptor
I used version 0.36.10
The text was updated successfully, but these errors were encountered: