forked from I2P_Developers/i2p.i2p
i2ptunnel: Fix NoSuchElementException processing proxyList
caused by 03-31 checkin
This commit is contained in:
@@ -221,7 +221,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
|
||||
while (tok.hasMoreTokens()) {
|
||||
String p = tok.nextToken().trim();
|
||||
if (p.length() > 0)
|
||||
_proxyList.add(tok.nextToken().trim());
|
||||
_proxyList.add(p);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user