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

fixup! Bug 40933: Add tor-launcher functionality

Bug 42604: Log the circuit nodes when we see the CIRC BUILT event
(with debug level).
parent 9997cac3
No related branches found
No related tags found
1 merge request!1043Bug 42616: Rebased alpha onto Firefox 128.0b1
......@@ -1035,6 +1035,7 @@ export class TorProvider {
*/
async onCircuitBuilt(id, nodes) {
this.#circuits.set(id, nodes);
logger.debug(`Built tor circuit ${id}`, nodes);
// Ignore circuits of length 1, that are used, for example, to probe
// bridges. So, only store them, since we might see streams that use them,
// but then early-return.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment