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 /doc/TODO | |
parent | f47c49228d5d2430e338c44fe229ab3938464870 (diff) | |
download | tor-974bdee183ee3fbd1349f98e17c98854d52747de.tar tor-974bdee183ee3fbd1349f98e17c98854d52747de.tar.gz |
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 'doc/TODO')
-rw-r--r-- | doc/TODO | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -159,16 +159,16 @@ N - split "router is down" from "dirport shouldn't be tried for a while"? when they feel like it. - update dir-spec with what we decided for each of these -N - provide no-cache no-index headers from the dirport? - - Specify - - cacheing - - Single network-statuses, single descriptors, "all", "authority", + o provide no-cache no-index headers from the dirport? + o Specify + o cacheing + o Single network-statuses, single descriptors, "all", "authority", and v1 directory stuff are all cacheable for a short time. - - Multiple network-statuses or descriptors are not cacheable. - - Be sure to be correct wrt HTTP/1.0 - - indexing - - robots.txt - - Implement + o Multiple network-statuses or descriptors are not cacheable. + o Be sure to be correct wrt HTTP/1.0 + o indexing + o robots.txt (oh, it was already there.) + o Implement - Windows server usability - Solve the ENOBUFS problem. |