You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
download: Use an IP address when testing socks support
In order that we can test socks, we have to attempt an HTTP request
in toto. Unfortunately if the test environment has broken (or
intermittently failing) DNS then this test can fail incorrectly.
By changing the request to an IP address we can check that the
SOCKS proxy is used without needing to rely on the DNS.
Signed-off-by: Daniel Silverstone <[email protected]>
0 commit comments