summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-24 17:05:00 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-24 17:05:00 +0000
commitd3af1f218986556e2f233713de65ef7eab0eb4d1 (patch)
tree989f2bb4bee16e163507f1a0d4040b0d3aea6b75 /doc
parenta951c015fe553b41b3461b10ae7bd9d1c30c5ba5 (diff)
downloadtor-d3af1f218986556e2f233713de65ef7eab0eb4d1.tar.gz
tor-d3af1f218986556e2f233713de65ef7eab0eb4d1.zip
Backport candidate: Fix a long-standing server-side DNS bug. When a
client asks us to resolve (not connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. svn:r8478
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 700448566c..e652fd0dd7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -111,7 +111,7 @@ d - Special-case localhost?
o Connect to resolve cells, server-side.
o Add element to routerinfo to note routers that aren't using eventdns,
so we can avoid sending them reverse DNS etc.
- - Fix the bug with server-side caching, whatever is causing it.
+ o Fix the bug with server-side caching, whatever is causing it.
. Add client-side interface
o SOCKS interface: specify
o SOCKS interface: implement