summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-12-23 05:25:17 -0800
committerRobert Ransom <rransom.8774@gmail.com>2011-12-27 08:02:42 -0800
commit4b13c33c0c18c66cc39caba9b70005bbe43c6613 (patch)
tree2018c81afc87fd46f03d55aae74cef3123564819 /changes
parentc6a8ee36fb42e5012704c2428772491ddf3057a6 (diff)
downloadtor-4b13c33c0c18c66cc39caba9b70005bbe43c6613.tar.gz
tor-4b13c33c0c18c66cc39caba9b70005bbe43c6613.zip
Don't close HS client circs which are 'almost connected' on timeout
Diffstat (limited to 'changes')
-rw-r--r--changes/bug1297b12
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/bug1297b b/changes/bug1297b
new file mode 100644
index 0000000000..2b2754adda
--- /dev/null
+++ b/changes/bug1297b
@@ -0,0 +1,12 @@
+ o Minor bugfixes:
+
+ - Don't close hidden service client circuits which have almost
+ finished connecting to their destination when they reach the
+ normal circuit-build timeout. Previously, we would close
+ introduction circuits which are waiting for an acknowledgement
+ from the introduction-point relay and rendezvous circuits which
+ have been specified in an INTRODUCE1 cell sent to a hidden
+ service after the normal CBT; now, we mark them as 'timed out',
+ and launch another rendezvous attempt in parallel. Fixes part
+ of bug 1297.
+