X-Git-Url: http://www.privoxy.org/gitweb/show-status?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;fp=tools%2Fprivoxy-log-parser.pl;h=ae18c57eafd6998cf980138c5dea47b0eea15a15;hp=6dc5450ab61b915516fd0cf2148ae95ee55094a8;hb=30cb9a4ab4e11889f7416f4b15b3f74950b96f07;hpb=e230f893812e3e09b5afb287fb85ef189174244e diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 6dc5450a..ae18c57e 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -1976,6 +1976,11 @@ sub handle_loglevel_connect($) { $c =~ s@(?<=offset at )(\d+)@$h{'Number'}$1$h{'Standard'}@; $c =~ s@(?<=flushing )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^Not shutting down client connection on/) { + + # Not shutting down client connection on socket 8. The socket is no longer alive. + $c =~ s@(?<=socket )(\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