aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8387
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-07-09 16:14:14 -0400
committerNick Mathewson <nickm@torproject.org>2014-07-09 16:15:05 -0400
commited3d7892c721c9495215ecad2e18c026d29fbb9b (patch)
treec24abed153d4b2ef77748c41333f2dac5b2bd377 /changes/bug8387
parentf5ce580babc5ca8466da02c53669a58bde8f5445 (diff)
downloadtor-ed3d7892c721c9495215ecad2e18c026d29fbb9b.tar.gz
tor-ed3d7892c721c9495215ecad2e18c026d29fbb9b.zip
Fix a bug where streams would linger forever when we had no dirinfo
fixes bug 8387; fix on 0.1.1.11-alpha (code), or on 0.2.4.10-alpha (behavior).
Diffstat (limited to 'changes/bug8387')
-rw-r--r--changes/bug838711
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug8387 b/changes/bug8387
new file mode 100644
index 0000000000..2ec0487bf8
--- /dev/null
+++ b/changes/bug8387
@@ -0,0 +1,11 @@
+ o Major bugfixes (client):
+
+ - Perform circuit cleanup operations even when circuit
+ construction operations are disabled (because the network is
+ disabled, or because there isn't enough directory information).
+ Previously, when we were not building predictive circuits, we
+ were not closing expired circuits either.
+
+ Fixes bug 8387; bugfix on 0.1.1.11-alpha. This bug became visible
+ in 0.2.4.10-alpha when we became more strict about when we have
+ "enough directory information to build circuits".