From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 5 Feb 2022 18:59:19 +0000 (+0100)
Subject: privoxy-log-parser: Properly highlight 'No request line on socket 12 received in... 
X-Git-Tag: v_3_0_34~156
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/user-manual/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=d7184fb08b20986aac5e96835a453cf4b702f664;p=privoxy.git

privoxy-log-parser: Properly highlight 'No request line on socket 12 received in time. Timeout: 60.'
---

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.