From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 8 May 2011 13:26:24 +0000 (+0000)
Subject: Add a warning that the statistics currently can't be trusted.
X-Git-Tag: v_3_0_18~239
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/@default-cgi@show-url-info?a=commitdiff_plain;h=c093d712fbeb0804c13fe9da20a768ca7f728ed7;p=privoxy.git

Add a warning that the statistics currently can't be trusted.

Mention Privoxy-Log-Parser's --statistics option as
an alternative for the time being.
---

diff --git a/templates/show-status b/templates/show-status
index f0225388..a71e7ce5 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -200,6 +200,12 @@
   <!-- @if-have-stats-start -->
           @requests-blocked@ out of @requests-received@ requests have been blocked,
           which equals a block rate of @percent-blocked@%.
+        </p>
+        <p>
+          <strong>Note that the statistics currently don't work properly for
+          reused connections where only the last request gets counted.
+          You may want to look into Privoxy-Log-Parser's --statistics option,
+          which doesn't have this limitation.</strong>
 <!-- if-have-stats-end@ -->
 <!-- @if-have-no-stats-start -->
           There haven't been any requests so far.