privoxy-log-parser: Let handle_loglevel_re_filter() accept the no-content message
authorFabian Keil <fk@fabiankeil.de>
Mon, 24 Aug 2020 10:13:36 +0000 (12:13 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
Sponsored by: Robert Klemme

tools/privoxy-log-parser.pl

index 0963993..695fad6 100755 (executable)
@@ -1210,6 +1210,12 @@ sub handle_loglevel_re_filter($) {
 
         return '' unless SHOW_FILTER_READIN_IN;
 
+    } elsif ($c =~ m/^Decompression didn't result/) {
+
+        # Decompression didn't result in any content.
+
+        # Nothing to highlight.
+
     } else {
 
         found_unknown_content($content);