diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-08-18 08:43:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-08-18 08:43:31 -0400 |
commit | 984e3a9c6c4d193e095c376637321c0bfa371c08 (patch) | |
tree | f15a2081d07707831ad297114a8280c269074f89 /changes | |
parent | 00b57e81f827d524dc42e2eab052e4d3b61b2cb6 (diff) | |
parent | cac612af42798bc76d8933837a9da97ddc039c9b (diff) | |
download | tor-984e3a9c6c4d193e095c376637321c0bfa371c08.tar.gz tor-984e3a9c6c4d193e095c376637321c0bfa371c08.zip |
Merge remote-tracking branch 'tor-gitlab/mr/420'
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. |