summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-19 23:05:34 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-19 23:05:34 +0000
commit974bdee183ee3fbd1349f98e17c98854d52747de (patch)
treedab5a34b8e6285ce5b853f0d1cbb9ef5b5112e62 /ChangeLog
parentf47c49228d5d2430e338c44fe229ab3938464870 (diff)
downloadtor-974bdee183ee3fbd1349f98e17c98854d52747de.tar.gz
tor-974bdee183ee3fbd1349f98e17c98854d52747de.zip
r9277@Kushana: nickm | 2006-10-19 19:03:05 -0400
Add pragma:no-cache and expires headers so that directory lookups can work better in the presence of caching HTTP proxies. (I would have used Cache-Control, but that is an HTTP/1.1 thing.) All timeouts are currently wild-assed guesses. svn:r8765
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95e61f088f..6dddeeb5e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ Changes in version 0.1.2.3-alpha - 2006-10-??
recommended by no authorities, or until we get a better one for the
same router. Make caches consider retaining old recommended
routers for even longer.
+ - Directory servers now provide 'Pragma: no-cache' and 'Expires'
+ headers for content, so that we can work better in the presence of
+ caching HTTP proxies.
o Minor features, controller:
- Add a REASON field to CIRC events; for backward compatibility, this