diff options
author | David Goulet <dgoulet@torproject.org> | 2020-12-08 11:58:10 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-12-08 14:51:31 -0500 |
commit | e74f168bb4df0b06d4f224421570e160cfcdb7a9 (patch) | |
tree | 08d6174db7317de7e43b3e3878050f3906940a89 /changes/ticket40205 | |
parent | c618c4f27986825df2026fb22b8ee222edd1afa1 (diff) | |
download | tor-e74f168bb4df0b06d4f224421570e160cfcdb7a9.tar.gz tor-e74f168bb4df0b06d4f224421570e160cfcdb7a9.zip |
relay: Avoid log reachability test for bandwidth test circuit
Fixes #40205
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40205')
-rw-r--r-- | changes/ticket40205 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40205 b/changes/ticket40205 new file mode 100644 index 0000000000..e21c7fab7c --- /dev/null +++ b/changes/ticket40205 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay, logging, reachability): + - When launching bandwidth testing circuit, don't log notice that we are + doing a reachability test. Furthermore, avoid to trigger a + "CHECKING_REACHABILITY" control event. Fixes bug 40205; bugfix on + 0.4.5.1-alpha. |