privoxy-log-parser.pl: Get with the program and expect all requests to be logged...
authorFabian Keil <fk@fabiankeil.de>
Fri, 29 May 2020 16:42:50 +0000 (18:42 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 1 Jun 2020 08:11:46 +0000 (10:11 +0200)
It's no longer necessary to count both LOG_LEVEL_REQUEST
and LOG_LEVEL_CRUNCH messages to get the total number of
requests.

tools/privoxy-log-parser.pl

index 9178d14..580fbac 100755 (executable)
@@ -2024,7 +2024,6 @@ sub gather_loglevel_crunch_stats ($$) {
     my $thread = shift;
     our %stats;
 
-    $stats{requests}++;
     $stats{crunches}++;
 
     if ($c =~ m/^Redirected:/) {