X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;h=ea337523bb03f990bbc01942b4463a0e474471bb;hp=bf2dbdcde4b2d2083f48419043cae9cb60ca9592;hb=94c8b5dfb65b18ef408c81527bd71fb63e04437d;hpb=65b3864a2dd8457d8017230cf839ae8719582783 diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index bf2dbdcd..ea337523 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -1925,6 +1925,11 @@ sub handle_loglevel_connect($) { # Buffering encrypted client body. Prepared to read up to 2236 bytes. $c =~ s@(?<=up to )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^The last \d+ bytes of the encrypted request body have been read/) { + + # The last 6945 bytes of the encrypted request body have been read. + $c =~ s@(?<=The last )(\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