Some comment fixes.

This commit is contained in:
Michael Bayne
2019-05-31 09:48:30 -07:00
parent e0c27b4e55
commit 85c4a0ddc1
@@ -192,8 +192,7 @@ public abstract class Getdown
}
protected boolean detectProxy () {
// see if we actually need a proxy; first we have to initialize our application
// to get some sort of interface configuration and the appbase URL
// first we have to initialize our application to get the appbase URL, etc.
log.info("Checking whether we need to use a proxy...");
try {
readConfig(true);
@@ -206,6 +205,7 @@ public abstract class Getdown
return true;
}
// see if we actually need a proxy
updateStatus("m.detecting_proxy");
URL configURL = _app.getConfigResource().getRemote();
if (!ProxyUtil.canLoadWithoutProxy(configURL, tryNoProxy ? 2 : 5)) {