diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-07 14:01:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-07 14:01:44 +0000 |
commit | 5e2cdc166621da9e219e305f2de6e10de412cb97 (patch) | |
tree | 77705d5fdeec308805eae793de536c2d98485740 /ChangeLog | |
parent | a15bdd3edd2ee922a685b256e4d1f0b6ac8986c0 (diff) | |
download | tor-5e2cdc166621da9e219e305f2de6e10de412cb97.tar.gz tor-5e2cdc166621da9e219e305f2de6e10de412cb97.zip |
When we get a duplicated certificate, treat it as a failure and increment the download count. Do not claim to be downloading certificates that we merely want.
svn:r17209
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ Changes in version 0.2.1.7-alpha - 2008-11-07 introduction points. - Fix uninitialized size field for memory area allocation: may improve memory performance during directory parsing. + - Treat duplicate certificate fetches as failures, so that we do + not try to re-fetch an expired certificate over and over and over. + - Do not say we're fetching a certificate when we'll in fact skip it + because of a pending download. Changes in version 0.2.1.6-alpha - 2008-09-30 |