aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-10 15:01:27 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-10 15:01:27 -0400
commitdb72479eea4b5bbd73d1fa33f4c9e4e4e2b99b04 (patch)
treeb811ee202cffb78d6afcae0475810bf53e9ab41e /changes
parentcbf9e742368158b927249913b395b3796d847a92 (diff)
downloadtor-db72479eea4b5bbd73d1fa33f4c9e4e4e2b99b04.tar
tor-db72479eea4b5bbd73d1fa33f4c9e4e4e2b99b04.tar.gz
Update ns downloads when we receive a bridge descriptor
This prevents long stalls when we're starting with a state file but with no bridge descriptors. Fixes bug 9229. I believe this bug has been present since 0.2.0.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug92295
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9229 b/changes/bug9229
new file mode 100644
index 000000000..ad7fd22c2
--- /dev/null
+++ b/changes/bug9229
@@ -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.
+