X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;h=1c2a5be359404c4148a4e95fdd95f2ebd4cbd8ef;hb=9ada65bf0c07f7c40c10e53060204f6fec84298a;hp=04d5865658f57f959d631a9bc545d135f474edc1;hpb=a9937fa4dd4a174e609bb304f5d7f874f4c4c3a6;p=privoxy.git diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 04d58656..1c2a5be3 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -1895,6 +1895,11 @@ sub handle_loglevel_connect($) { # 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/^Client socket \d is no longer usable/) { + + # Client socket 7 is no longer usable. The server socket has been 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