privoxy-log-parser: Properly highlight 'No request line on socket 12 received in...
authorFabian Keil <fk@fabiankeil.de>
Sat, 5 Feb 2022 18:59:19 +0000 (19:59 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 19 Feb 2022 11:01:44 +0000 (12:01 +0100)
tools/privoxy-log-parser.pl

index 2f28d31..2262e6f 100755 (executable)
@@ -1645,7 +1645,7 @@ sub handle_loglevel_connect($) {
         $c =~ s@(?<=Assumed latency: )(\d+)@$h{'Number'}$1$h{'Standard'}@;
 
     } elsif ($c =~ m/^Stopped waiting for the request line/ or
-             $c =~ m/^No request line on socket \d received in time/ or
+             $c =~ m/^No request line on socket \d+ received in time/ or
              $c =~ m/^The client side of the connection on socket \d/) {
 
         # Stopped waiting for the request line. Timeout: 121.