From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 10 Nov 2008 17:17:31 +0000 (+0000)
Subject: Accept and ignore:
X-Git-Tag: v_3_0_11~166
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/%22javascript:back()/@default-cgi@show-status?a=commitdiff_plain;h=5ea47e7e46f25ae1cb8fe8542615293b41602507;p=privoxy.git

Accept and ignore:
Header: Disabled filter mode on behalf of the client.
---

diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index 22be2396..88ce1d38 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.122 2008/11/08 15:34:01 fk Exp $
+# $Id: privoxy-log-parser.pl,v 1.123 2008/11/09 19:21:23 fk Exp $
 #
 # TODO:
 #       - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting
@@ -915,6 +915,7 @@ sub handle_loglevel_header ($) {
           or $c =~ m/^Ignoring single quote in /
           or $c =~ m/^Converting tab to space in /
           or $c =~ m/A HTTP\/1\.1 response without/
+          or $c =~ m/Disabled filter mode on behalf of the client/
             )
     {
         # XXX: Some of these may need highlighting
@@ -952,6 +953,7 @@ sub handle_loglevel_header ($) {
         # Converting tab to space in 'X-LWS-Test:   "This  is  quoted" this   is  not "this  is  "  but  "\
         #  this again   is  not'
         # A HTTP/1.1 response without Connection header implies keep-alive.
+        # Disabled filter mode on behalf of the client.
 
     } elsif ($c =~ m/^scanning headers for:/) {