From d7184fb08b20986aac5e96835a453cf4b702f664 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 5 Feb 2022 19:59:19 +0100 Subject: [PATCH] privoxy-log-parser: Properly highlight 'No request line on socket 12 received in time. Timeout: 60.' --- tools/privoxy-log-parser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 2f28d31f..2262e6fe 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -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. -- 2.39.2