From: Fabian Keil Date: Wed, 3 Jun 2020 17:11:04 +0000 (+0200) Subject: privoxy-log-parser.pl: Accept and highlight: Forwarding 1954 bytes of encrypted POST... X-Git-Tag: v_3_0_29~327 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HANDLE-AS-EMPTY-DOCUMENT?a=commitdiff_plain;h=dcbee97d406206a5e2afc09b34cc30fe6613d970;p=privoxy.git privoxy-log-parser.pl: Accept and highlight: Forwarding 1954 bytes of encrypted POST data --- diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 92288cca..6749543e 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -1749,6 +1749,11 @@ sub handle_loglevel_connect($) { # Performing the TLS/SSL handshake with client. Hash of host: bab5296b25e256c7b06b92b17b56bcae $c = highlight_matched_host($c, '(?<=Hash of host: ).+'); + } elsif ($c =~ m/^Forwarding \d+ bytes of encrypted POST data/) { + + # Forwarding 1954 bytes of encrypted POST data + $c =~ s@(?<=Forwarding )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^Looks like we / or $c =~ m/^Unsetting keep-alive flag/ or $c =~ m/^No connections to wait/ or