X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;h=78e7aa536474ff9847f760d5dd5e97176cdfed55;hb=babd5dc0098b2c1703e1c1395c5262ec293c283e;hp=193b8a65a17e2ba76c7ec3ca3580b35d6fd2936f;hpb=0272f53c685d9fc3585b1764347fca002505c949;p=privoxy.git diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 193b8a65..78e7aa53 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -1890,6 +1890,11 @@ sub handle_loglevel_connect($) { # Complete client request followed by 59 bytes of pipelined data received. $c =~ s@(?<=followed by )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^The peer notified us that the connection on socket/) { + + # The peer notified us that the connection on socket 11 is going to be closed + $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