Skip to content
Snippets Groups Projects
Verified Commit f1fc3729 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 6f0effdd
Branches
Tags
1 merge request!1037Bug 42614: Rebased onto 115.12
......@@ -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 to comment