X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;h=bc1ab04b0cfee1217a56d02531b833e6390a7711;hp=e3d1aa6a7df1b11f5c48438cc86d3d5f4f9faf7f;hb=e42058e7c7ed0df990f2056ce40caee05159a76c;hpb=c5b8825873c2e08323d2521afab84a959bfa7248 diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index e3d1aa6a..bc1ab04b 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -1759,6 +1759,11 @@ sub handle_loglevel_connect($) { # Forwarded the last 1954 bytes $c =~ s@(?<=the last )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^Waiting for the next client connection. Currently active threads:/) { + + # Waiting for the next client connection. Currently active threads: 30 + $c =~ s@(?<=threads: )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^Looks like we / or $c =~ m/^Unsetting keep-alive flag/ or $c =~ m/^No connections to wait/ or