diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-06-16 13:16:34 -0400 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2015-06-16 13:41:42 -0400 |
commit | 8acf5255c20c667f32313ee672c85f6ae00a4f87 (patch) | |
tree | 7f525513c5238e04f7dcb0726ccf3fefb6183f9a /changes/bug16381 | |
parent | 59fa0c2d996621af5c6990534fe9a07864882975 (diff) | |
download | tor-8acf5255c20c667f32313ee672c85f6ae00a4f87.tar.gz tor-8acf5255c20c667f32313ee672c85f6ae00a4f87.zip |
Revert "Do not replace a HS descriptor with a different replica of itself"
This reverts commit 9407040c592184e05e45a3c1a00739c2dd302288.
Small fix, "e->received" had to be removed since that variable doesn't exist
anymore.
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes/bug16381')
-rw-r--r-- | changes/bug16381 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug16381 b/changes/bug16381 new file mode 100644 index 0000000000..51a9b53007 --- /dev/null +++ b/changes/bug16381 @@ -0,0 +1,13 @@ + o Major bugfix (Hidden service client) + - Revert commit 9407040c592184e05e45a3c1a00739c2dd302288 of bug #14219 + that indeed fixed an issue but introduced a major hidden service + reachability regression detailed in bug #16381. This is a temporary + fix since we can live with the minor issue in #14219 but the + regression introduced is too much of a set back. + + To be clear, #14219 bug just results in some load on the network, and + some delay for the client when visiting a hidden service that will + ultimately fail. + + This is only a bandaid for #16381 thus it does _not_ fixes it. bugfix + on tor-0.2.6.3-alpha~138. |