aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-10 15:11:21 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-10 15:11:21 -0400
commit7aa21920481fc4f0bdb159aeedf11582aa95dd01 (patch)
treeb694681c360eaeaf57a6cd88eea1b09c529bd763 /changes
parentb8ceb464e5949b07ba9bd007002a49f3ab9c600b (diff)
downloadtor-7aa21920481fc4f0bdb159aeedf11582aa95dd01.tar
tor-7aa21920481fc4f0bdb159aeedf11582aa95dd01.tar.gz
Fix our check for the "first" bridge descriptor.
This is meant to be a better bug 9229 fix -- or at least, one more in tune with the intent of the original code, which calls router_retry_directory_downloads() only on the first bridge descriptor.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug9229_0255
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9229_025 b/changes/bug9229_025
new file mode 100644
index 000000000..ad7fd22c2
--- /dev/null
+++ b/changes/bug9229_025
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Avoid 60-second delays in the bootstrapping process when Tor
+ is launching for a second time while using bridges. Fixes bug 9229;
+ bugfix on 0.2.0.3-alpha.
+