make waitForProxy always return true if the timeout is zero or less
Former-commit-id: 26154f3b7f
Former-commit-id: a57f223bf4f3a52875c3760fa3b8cefa33aa41c6
This commit is contained in:
@ -556,7 +556,7 @@ public class I2PFirefox extends I2PCommonBrowser {
|
||||
usability = true;
|
||||
}
|
||||
if (arg.equals("-noproxycheck")) {
|
||||
println("zeroing out proxy check")
|
||||
println("zeroing out proxy check");
|
||||
i2pFirefox.setProxyTimeoutTime(0);
|
||||
}
|
||||
if (!arg.startsWith("-")) {
|
||||
|
Reference in New Issue
Block a user