diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-17 09:54:05 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-17 09:54:05 -0500 |
commit | 9f61d9238ce81444b988137508436255f275051d (patch) | |
tree | 960a3af1f5557fb1ab872bfe9359e0607affc96c /changes/ticket40295 | |
parent | 336c45f1a5b30b31cbb76a2622a6e80d755db2b5 (diff) | |
download | tor-9f61d9238ce81444b988137508436255f275051d.tar.gz tor-9f61d9238ce81444b988137508436255f275051d.zip |
metrics: Handle the connection finished flushing event
Turns out, we forgot to add the METRICS connection type fo the finished
flushing handler.
Fixes #40295
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40295')
-rw-r--r-- | changes/ticket40295 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40295 b/changes/ticket40295 new file mode 100644 index 0000000000..e6dba80120 --- /dev/null +++ b/changes/ticket40295 @@ -0,0 +1,3 @@ + o Minor bugfixes (metrics port): + - Fix a BUG() on the MetricsPort for an internal missing handler. Fixes bug + 40295; bugfix on 0.4.5.1-alpha. |