diff options
author | George Kadianakis <desnacked@riseup.net> | 2014-04-08 16:59:46 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-23 11:05:45 -0400 |
commit | bf7cb6acf66abf3a9aa4be6819e6cf160579dab0 (patch) | |
tree | f85450e7a671ee0576d91abab3cb11c55aa86197 /changes | |
parent | fffc59b0e941f12e1588e0604c8295ecc0679150 (diff) | |
download | tor-bf7cb6acf66abf3a9aa4be6819e6cf160579dab0.tar.gz tor-bf7cb6acf66abf3a9aa4be6819e6cf160579dab0.zip |
Don't halt bootstrap to figure out if we should restart PT proxies.
Instead, figure out if we should restart PT proxies _immediately_ after
we re-read the config file.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11156 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11156 b/changes/bug11156 new file mode 100644 index 0000000000..bb20ed1e70 --- /dev/null +++ b/changes/bug11156 @@ -0,0 +1,5 @@ + o Minor bugfixes (clients): + - Fix a bug where a client-side Tor with pluggable transports + would take 60 seconds to bootstrap if a config re-read was + triggered at just the right timing during bootstrap. Refixes bug + 11156; bugfix on 0.2.5.3-alpha.
\ No newline at end of file |