diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-12 10:23:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-12 10:23:24 -0500 |
commit | 5e4174f3b45d65999e97c32dcce0b86b056b5957 (patch) | |
tree | d0b9524625191eab1e8c4d2cd5594c7506773d5a /changes | |
parent | 34eb007d2201bad44bd6b72681f2c3552445dfc4 (diff) | |
download | tor-5e4174f3b45d65999e97c32dcce0b86b056b5957.tar.gz tor-5e4174f3b45d65999e97c32dcce0b86b056b5957.zip |
Revise changes file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13698 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/changes/bug13698 b/changes/bug13698 index 71e018b6ed..9af22345b8 100644 --- a/changes/bug13698 +++ b/changes/bug13698 @@ -1,4 +1,6 @@ - o Bugfixes: - - When closing an introduction circuit that was opened in parallel, don't - mark it unreachable which can causes it to be removed from the rend cache - object thus not usable anymore. + o Major bugfixes: + - When closing an introduction circuit that was opened in + parallel, don't mark the introduction point as + unreachable. Previously, the first successful connection to an + introduction point would make the other uintroduction points get + marked as having timed out. Fixes bug 13698; bugfix on 0.0.6rc2. |