summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-28 20:30:21 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-28 20:30:21 +0000
commit20b108598993ecc2ec420288ebf9b995b519f9db (patch)
tree3e4adf986269b4d8f8bc320902a445b78d71109c /ChangeLog
parent471163ffd5f4b05dbab0a277a64898b739db1b81 (diff)
downloadtor-20b108598993ecc2ec420288ebf9b995b519f9db.tar.gz
tor-20b108598993ecc2ec420288ebf9b995b519f9db.zip
r16242@catbus: nickm | 2007-10-28 16:28:13 -0400
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly. svn:r12258
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1c62164e4..ef479fc948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,8 @@ Changes in version 0.2.0.10-alpha - 2007-1?-??
MaxCircuitDirtiness, since it is likely that they'll need to build
a circuit over them within that timeframe. Previously, they held them
open only for KeepalivePeriod.
+ - Use "If-Modified-Since" to avoid retrieving consensus networkstatuses
+ that we already have.
o Minor bugfixes:
- Refuse to start if both ORPort and UseBridges are set. Bugfix