Skip to content
Snippets Groups Projects
Commit 5721d475 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 3455: Add DomainIsolator, for isolating circuit by domain.

Bug 42604: Log a message when we update the data about a certain
circuit.
parent e272fdcb
Branches
Tags
1 merge request!1043Bug 42616: Rebased alpha onto Firefox 128.0b1
......@@ -588,6 +588,7 @@ class TorDomainIsolatorImpl {
data = await Promise.all(
circuit.map(fingerprint => provider.getNodeInfo(fingerprint))
);
logger.debug(`Updating circuit ${id}`, data);
this.#knownCircuits.set(id, data);
// We know that something changed, but we cannot know if anyone is
// interested in this change. So, we have to notify all the possible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment