mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-30 17:34:21 +02:00
Fix missing report of TCP_DENIED_REPLY messages. Thanks to Jeff Gebhardt for the report.
This commit is contained in:
parent
c52568af08
commit
a8bd89bc9d
@ -1369,7 +1369,7 @@ sub _parse_file_part
|
||||
$code = 'HIT';
|
||||
} elsif ($code =~ m#(MISS|MODIFIED|TUNNEL)[:/]#) {
|
||||
$code = 'MISS';
|
||||
} elsif ($code =~ m#(DENIED|REDIRECT)[:/]#) {
|
||||
} elsif ($code =~ m#(DENIED|DENIED_REPLY|REDIRECT)[:/]#) {
|
||||
$code = 'DENIED';
|
||||
} else {
|
||||
next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user