diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-06-01 18:19:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-06-01 18:19:01 +0000 |
commit | 94782444f80f483bafebf537b059f2d8a8e0cdd2 (patch) | |
tree | d7e0c5af0a66f2b9176b2366d18eec2deeb26f5d /doc/TODO | |
parent | 74f611581ef992e8657c989883956d5a352b8965 (diff) | |
download | tor-94782444f80f483bafebf537b059f2d8a8e0cdd2.tar.gz tor-94782444f80f483bafebf537b059f2d8a8e0cdd2.zip |
Check recommended-software string *early*, before actually parsing the directory.
svn:r1930
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ For 0.0.7: D try to break apart the main clump of functions better. o rend_services_introduce should check if it's failed a lot recently, and not try for a while if so - - check tor version as soon as you get the recommended-versions + o check tor version as soon as you get the recommended-versions string, regardless of whether parsing the directory succeeded. - make all ORs serve the directory too. |