privoxy-log-parser.pl: Rephrase a statistics description
authorFabian Keil <fk@fabiankeil.de>
Tue, 2 Jun 2020 12:49:08 +0000 (14:49 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 4 Jun 2020 04:33:01 +0000 (06:33 +0200)
... to clarify the client request bodies aren't counted.

tools/privoxy-log-parser.pl

index df28db9..12febaa 100755 (executable)
@@ -2237,7 +2237,7 @@ sub print_stats() {
         ")\n";
     print "Client connections: " .  $stats{'closed-client-connections'} . "\n";
     if ($stats{'content-size-total'}) {
-        print "Bytes transfered excluding headers: " .  $stats{'content-size-total'} . "\n";
+        print "Bytes of content transfered to the client: " .  $stats{'content-size-total'} . "\n";
     }
     my $lines_printed = 0;
     print "Client requests per connection distribution:\n";