diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-10 13:15:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-10 13:15:51 -0500 |
commit | 28844c8403f16f184c185798c78dcd6a959450a3 (patch) | |
tree | fd877ec5a41e90c703bdaf752ee890d66ac1e9e7 /changes/1863_bwhist | |
parent | 7e1502c0d1aa0875fba0b26ddcf021bdfa5e11a0 (diff) | |
download | tor-28844c8403f16f184c185798c78dcd6a959450a3.tar.gz tor-28844c8403f16f184c185798c78dcd6a959450a3.zip |
On bwhist state load failure, clear dir_read/write hist too
Diffstat (limited to 'changes/1863_bwhist')
-rw-r--r-- | changes/1863_bwhist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/1863_bwhist b/changes/1863_bwhist index c1d4d866ce..b9e8ef4c52 100644 --- a/changes/1863_bwhist +++ b/changes/1863_bwhist @@ -3,3 +3,8 @@ triggered if a future version of Tor ever changed the timing granularity at which bandwidth history is measured. Bugfix on Tor 0.1.1.11-alpha. + - Correctly clear out dir_read/dir_write history when there is an + error parsing any bw history value from the state file. Bugfix on + Tor 0.2.2.15-alpha. + + |