From 802c063148e7aaf62e9f07ee5043a7451a888b82 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 20 May 2014 16:57:47 -0400 Subject: Postpone fetches based on should_delay_dir_fetch(), not DisableNetwork Without this fix, when running with bridges, we would try fetching directory info far too early, and have up to a 60 second delay if we started with bridge descriptors available. Fixes bug 11965. Fix on 0.2.3.6-alpha, arma thinks. --- changes/bug11965 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug11965 (limited to 'changes') diff --git a/changes/bug11965 b/changes/bug11965 new file mode 100644 index 000000000..a3bfd876b --- /dev/null +++ b/changes/bug11965 @@ -0,0 +1,6 @@ + o Minor bugfixes: + + - Avoid another 60-second delay when starting Tor in a + pluggable-transport-using configuration when we already have + cached descriptors for our bridges. Fixes bug 11965; bugfix on + 0.2.3.6-alpha. -- cgit v1.2.3