diff options
author | teor <teor2345@gmail.com> | 2016-11-08 00:01:20 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-11-08 00:01:20 +1100 |
commit | e819d420c5b8e1d1b632c27d621de26f5f489663 (patch) | |
tree | c872c188ab7ad2695b2cbaeb19190c078e2b57b7 /changes | |
parent | f6a3d213e4ace95bbe0361878705d9a889f92974 (diff) | |
download | tor-e819d420c5b8e1d1b632c27d621de26f5f489663.tar.gz tor-e819d420c5b8e1d1b632c27d621de26f5f489663.zip |
When downloading certificates, check for related failures
If a consensus expires while we are waiting for certificates to download,
stop waiting for certificates.
If we stop waiting for certificates less than a minute after we started
downloading them, do not consider the certificate download failure a
separate failure.
Fixes bug 20533; bugfix on commit e0204f21 in 0.2.0.9-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20533 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug20533 b/changes/bug20533 new file mode 100644 index 0000000000..7d1a456328 --- /dev/null +++ b/changes/bug20533 @@ -0,0 +1,7 @@ + o Minor bugfixes (consensus downloads): + - If a consensus expires while we are waiting for certificates to download, + stop waiting for certificates. + - If we stop waiting for certificates less than a minute after we started + downloading them, do not consider the certificate download failure a + separate failure. + Fixes bug 20533; bugfix on commit e0204f21 in 0.2.0.9-alpha. |