Some comment fixes.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user