From: Fabian Keil Date: Sun, 4 Oct 2009 15:47:12 +0000 (+0000) Subject: Highlight: Stopped waiting for the request line. Timeout: 121. X-Git-Tag: v_3_0_15~30 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE-IF-MODIFIED-SINCE?a=commitdiff_plain;h=d7d65ab83d5ccf03256d21afe969d53e7be62128;p=privoxy.git Highlight: Stopped waiting for the request line. Timeout: 121. --- diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index e5ddf67c..a2e705f3 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -8,7 +8,7 @@ # # http://www.fabiankeil.de/sourcecode/privoxy-log-parser/ # -# $Id: privoxy-log-parser.pl,v 1.50 2009/09/12 12:38:14 fabiankeil Exp $ +# $Id: privoxy-log-parser.pl,v 1.51 2009/09/22 11:33:23 fabiankeil Exp $ # # TODO: # - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting @@ -1520,6 +1520,11 @@ sub handle_loglevel_connect ($) { $c =~ s@(?<=Timeout is: )(\d+)@$h{'Number'}$1$h{'Standard'}@; $c =~ s@(?<=Assumed latency: )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^Stopped waiting for the request line./) { + + # Stopped waiting for the request line. Timeout: 121. + $c =~ s@(?<=Timeout: )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^Waiting for \d/) { # Waiting for 1 connections to timeout.