diff options
author | teor <teor2345@gmail.com> | 2017-09-15 14:11:34 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-09-15 14:11:34 +1000 |
commit | 61b5d053580410775a94fc24394a607642258ebd (patch) | |
tree | 0448cddfb42aa16faff0c03b2d3b6ca09647aab4 /changes | |
parent | d6568bad5e12af0e202f82c3ca86ae9aaeb443e4 (diff) | |
download | tor-61b5d053580410775a94fc24394a607642258ebd.tar.gz tor-61b5d053580410775a94fc24394a607642258ebd.zip |
Make control port download status next attempts consistent
Make download status next attempts reported over the control port
consistent with the time used by tor. This issue only occurs if a
download status has not been reset before it is queried over the
control port.
Fixes 23525, not in any released version of tor.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23525 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23525 b/changes/bug23525 new file mode 100644 index 0000000000..3a9c766c3a --- /dev/null +++ b/changes/bug23525 @@ -0,0 +1,6 @@ + o Minor bugfixes (control port): + - Make download status next attempts reported over the control port + consistent with the time used by tor. This issue only occurs if a + download status has not been reset before it is queried over the + control port. + Fixes 23525, not in any released version of tor. |