We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently if the connection to proxy cannot be established/ error response is received, then global-agent just dies with an uncaught exception.
global-agent
global-agent/src/classes/HttpProxyAgent.js
Line 21 in 41a652b
global-agent/src/classes/HttpsProxyAgent.js
This issue requires building test cases for failing proxy and gracefully handling those scenarios.
Example of connection error handling in https://github.com/koichik/node-tunnel/blob/5fb2fb424788597146b7be6729006cad1cf9e9a8/lib/tunnel.js#L150-L169.
The text was updated successfully, but these errors were encountered:
02086d9
🎉 This issue has been resolved in version 1.9.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Currently if the connection to proxy cannot be established/ error response is received, then
global-agent
just dies with an uncaught exception.global-agent/src/classes/HttpProxyAgent.js
Line 21 in 41a652b
global-agent/src/classes/HttpsProxyAgent.js
Line 21 in 41a652b
This issue requires building test cases for failing proxy and gracefully handling those scenarios.
Example of connection error handling in https://github.com/koichik/node-tunnel/blob/5fb2fb424788597146b7be6729006cad1cf9e9a8/lib/tunnel.js#L150-L169.
The text was updated successfully, but these errors were encountered: