aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-12-06 05:02:58 -0800
committerNick Mathewson <nickm@torproject.org>2011-12-09 11:28:42 -0500
commit832bfc3c462f0b8dc1668b5b580f656a2b457a96 (patch)
tree2e42d6754dea46baf71ded675429ad669c6712cf /changes
parent7b6b2d5fb8c760a506a052aa0fba7ba6a8fe4e77 (diff)
downloadtor-832bfc3c462f0b8dc1668b5b580f656a2b457a96.tar
tor-832bfc3c462f0b8dc1668b5b580f656a2b457a96.tar.gz
Clear stream-isolation state on rend circs if needed to attach streams
Fixes bug 4655; bugfix on 0.2.3.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug465510
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug4655 b/changes/bug4655
new file mode 100644
index 000000000..b91d87123
--- /dev/null
+++ b/changes/bug4655
@@ -0,0 +1,10 @@
+ o Minor bugfixes:
+
+ - If we can't attach streams to a rendezvous circuit when we
+ finish connecting to a hidden service, clear the rendezvous
+ circuit's stream-isolation state and try to attach streams
+ again. Previously, we cleared rendezvous circuits' isolation
+ state either too early (if they were freshly built) or not at
+ all (if they had been built earlier and were cannibalized).
+ Bugfix on 0.2.3.3-alpha; fixes bug 4655.
+