From: Fabian Keil Date: Wed, 21 Jul 2010 14:40:09 +0000 (+0000) Subject: Accept and ignore: Continue hack in da house. X-Git-Tag: v_3_0_17~122 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE-FROM-HEADER?a=commitdiff_plain;h=b14d86513b524f0cca9f72f2f5d73d6c2637dc2e;p=privoxy.git Accept and ignore: Continue hack in da house. --- diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index d65d48f2..962958e9 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.229 2010/05/30 16:43:25 fk Exp $ +# $Id: privoxy-log-parser.pl,v 1.79 2010/05/30 16:44:25 fabiankeil Exp $ # # TODO: # - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting @@ -908,6 +908,7 @@ sub handle_loglevel_header ($) { or $c =~ m/^Appended client IP address to/ or $c =~ m/^Removing 'Connection: close' to imply keep-alive./ or $c =~ m/^keep-alive support is disabled/ + or $c =~ m/^Continue hack in da house/ ) { # XXX: Some of these may need highlighting @@ -953,6 +954,7 @@ sub handle_loglevel_header ($) { # Appended client IP address to X-Forwarded-For: 10.0.0.2, 10.0.0.1 # Removing 'Connection: close' to imply keep-alive. # keep-alive support is disabled. Crunching: Keep-Alive: 300. + # Continue hack in da house. } elsif ($c =~ m/^scanning headers for:/) {