From: Fabian Keil Date: Sun, 8 May 2011 13:25:14 +0000 (+0000) Subject: Add: 92) The statistics currently aren't calculated correctly by Privoxy X-Git-Tag: v_3_0_18~240 X-Git-Url: http://www.privoxy.org/gitweb/03andreas_t.jpg?a=commitdiff_plain;h=fdd604f3e302996f8d647720eef9f45d9070340e;hp=ed42b61a0666c729ded5c3748f562fdd8bf23292;p=privoxy.git Add: 92) The statistics currently aren't calculated correctly by Privoxy --- diff --git a/TODO b/TODO index 20b84086..0a2ba92e 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.43 2011/04/16 17:31:24 fabiankeil Exp $ +$Id: TODO,v 1.44 2011/04/16 17:31:35 fabiankeil Exp $ Some Privoxy related tasks, sorted by the time they have been added, not by priority. @@ -255,3 +255,8 @@ have been added, not by priority. be reasonable to default to a limit of one and showing an error message if the request for the redirect URL would be redirected again. + +92) The statistics currently aren't calculated correctly by Privoxy + as each thread is only counted as one request which is no longer + correct. This should be fixed, or the statistic code removed. + Privoxy-Log-Parser's provides more detailed statistics, anyway.