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
Hello,
As I need to support proxies, as recommended, I use got and is-online with global-agent. When the proxy configuration is wrong:
got
is-online
global-agent
Expected result: is-online should return false, as got queries are failing.
Actual result: is-online returns true.
As this module uses got inside, I couldn't find the explanation.
Thanks for helping
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
As I need to support proxies, as recommended, I use
got
andis-online
withglobal-agent
. When the proxy configuration is wrong:Expected result:
is-online
should return false, asgot
queries are failing.Actual result:
is-online
returns true.As this module uses
got
inside, I couldn't find the explanation.Thanks for helping
The text was updated successfully, but these errors were encountered: