[Privoxy-commits] [privoxy] 01/03: privoxy-log-parser: Properly highlight 'No request line on socket 12 received in time. Timeout: 60.'
User Git
git at git.privoxy.org
Sat Feb 19 11:00:59 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit d7184fb08b20986aac5e96835a453cf4b702f664
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Feb 5 19:59:19 2022 +0100
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list