diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-06 15:35:30 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-06 15:35:30 -0400 |
commit | a53c949dcf2816f6878209788c8768b7ca35dc35 (patch) | |
tree | 0998b30edb516b0aaf66b8ae9782aa06f92a4ab0 /changes | |
parent | f0d1240a07c60b3a01d730d9379bdbe72d41b552 (diff) | |
parent | cac612af42798bc76d8933837a9da97ddc039c9b (diff) | |
download | tor-a53c949dcf2816f6878209788c8768b7ca35dc35.tar.gz tor-a53c949dcf2816f6878209788c8768b7ca35dc35.zip |
Merge branch 'tor-gitlab/mr/420' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40434 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40434 b/changes/ticket40434 new file mode 100644 index 0000000000..988bb416be --- /dev/null +++ b/changes/ticket40434 @@ -0,0 +1,6 @@ + o Minor bugfix (onion service): + - Do not flag an HSDir as non-running in case the descriptor upload or + fetch fails. An onion service closes pending directory connections + before uploading a new descriptor which can thus lead to wrongly + flagging many relays and thus affecting circuit building path selection. + Fixes bug 40434; bugfix on 0.2.0.13-alpha. |