diff options
author | David Goulet <dgoulet@torproject.org> | 2021-05-12 15:13:50 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-05-12 15:13:50 -0400 |
commit | 5f009a59dab69f4e46572e2ef4fd40b1bb053d67 (patch) | |
tree | e3ad2cc7c968eff5e976de34485f6b39a682c0a6 /changes/ticket40370 | |
parent | ce8d6d143c7a33d6dccf0cc6181f9045091c9156 (diff) | |
download | tor-5f009a59dab69f4e46572e2ef4fd40b1bb053d67.tar.gz tor-5f009a59dab69f4e46572e2ef4fd40b1bb053d67.zip |
conn: MetricsPort listener is a listener port
The connection type for the listener part was missing from the "is
connection a listener" function.
This lead to our periodic event that retries our listeners to keep
trying to bind() again on an already opened MetricsPort.
Closes #40370
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40370')
-rw-r--r-- | changes/ticket40370 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40370 b/changes/ticket40370 new file mode 100644 index 0000000000..fcdb0eb173 --- /dev/null +++ b/changes/ticket40370 @@ -0,0 +1,4 @@ + o Minor bugfix (metrics port): + - Fix a bug that made tor try to re-bind() every 60 seconds on an already + open MetricsPort. Fixes bug 40370; bugfix on 0.4.5.1-alpha. + |