diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-18 15:30:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-18 15:30:27 -0400 |
commit | c35fad2bdef47f2063ccc989cac99b154e2ee36e (patch) | |
tree | b263a0512114239c6615d79914ba1379b3482327 /changes/bug6887 | |
parent | 5dfec9f8335d0fa954ff5423a41e3e249547fd8d (diff) | |
download | tor-c35fad2bdef47f2063ccc989cac99b154e2ee36e.tar.gz tor-c35fad2bdef47f2063ccc989cac99b154e2ee36e.zip |
Remove some deadcode for parsing v1 directories
Fixes bug 6887. There are opportunities to remove more functions if
authorities can stop serving dummy v1 directory documents
Diffstat (limited to 'changes/bug6887')
-rw-r--r-- | changes/bug6887 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6887 b/changes/bug6887 new file mode 100644 index 0000000000..df226d4ffb --- /dev/null +++ b/changes/bug6887 @@ -0,0 +1,3 @@ + o Removed code: + - Removed unused code to parse v1 directories and "running routers" + documents. Fixes bug 6887. |