X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;h=ed574c7fbb520d5ebbac534a736ff9cd889db34a;hb=9e4173b5fa821e75adb40b725d92074e99ed7177;hp=694d5fe74842001adbb120223662218fd897ee27;hpb=10c420ef62525822f110df4a2fc768584534c83b;p=privoxy.git diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 694d5fe7..ed574c7f 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -2149,6 +2149,8 @@ sub gather_loglevel_clf_stats($) { unless (defined $method) { # +0200] "Invalid request" 400 0 return if ($content =~ m/^[+-]\d{4}\] "Invalid request"/); + # +0100] "Failed reading chunked client body" 400 0 + return if ($content =~ m/^[+-]\d{4}\] "Failed reading chunked client body"/); # +0100] "GET https://securepubads.g.doubleclick.net/gampad/ads?gd[...]... [too long, truncated] if ($content =~ m/\[too long, truncated\]$/) { print("Skipped LOG_LEVEL_CLF message that got truncated by Privoxy. Statistics will be inprecise.\n");