mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Fix parsing of bootstrap percentage.
This commit is contained in:
@@ -64,7 +64,7 @@ abstract class AbstractTorWrapper implements EventHandler, TorWrapper {
|
||||
private static final int COOKIE_TIMEOUT_MS = 3000;
|
||||
private static final int COOKIE_POLLING_INTERVAL_MS = 200;
|
||||
private static final Pattern BOOTSTRAP_PERCENTAGE =
|
||||
Pattern.compile("PROGRESS=(\\d{1,3})");
|
||||
Pattern.compile(".*PROGRESS=(\\d{1,3}).*");
|
||||
|
||||
protected final Executor ioExecutor;
|
||||
protected final Executor eventExecutor;
|
||||
|
||||
Reference in New Issue
Block a user