summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-04-16 16:01:36 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-04-19 14:51:40 +0200
commitc1927d7d5f5dff5b8d7da5bd4e7a743eb06bcbb3 (patch)
tree9f98c833a3e901c999301767805d515524aed840 /changes
parent4cbbb92e7fc7c9c4d374b35211c216a5419e3da2 (diff)
downloadtor-c1927d7d5f5dff5b8d7da5bd4e7a743eb06bcbb3.tar.gz
tor-c1927d7d5f5dff5b8d7da5bd4e7a743eb06bcbb3.zip
Don't report empty bw-history lines in extrainfo
Some tor relays would report lines like these in their extrainfo documents: dirreq-write-history 2011-03-14 16:46:44 (900 s) This was confusing to some people who look at the stats. It would happen whenever a relay first starts up, or when a relay has dirport disabled. Change this so that lines without actual bw entries are omitted. Implements ticket 2497.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket24974
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket2497 b/changes/ticket2497
new file mode 100644
index 0000000000..51171412bf
--- /dev/null
+++ b/changes/ticket2497
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Ensure that no empty [dirreq-](read|write)-history lines are added
+ to an extrainfo document. Implements ticket 2497.
+