diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-19 23:05:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-19 23:05:34 +0000 |
commit | 974bdee183ee3fbd1349f98e17c98854d52747de (patch) | |
tree | dab5a34b8e6285ce5b853f0d1cbb9ef5b5112e62 /ChangeLog | |
parent | f47c49228d5d2430e338c44fe229ab3938464870 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |