diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-28 20:30:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-28 20:30:21 +0000 |
commit | 20b108598993ecc2ec420288ebf9b995b519f9db (patch) | |
tree | 3e4adf986269b4d8f8bc320902a445b78d71109c /ChangeLog | |
parent | 471163ffd5f4b05dbab0a277a64898b739db1b81 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |