Skip to content

Commit ca55c5b

Browse files
committed
Exempt the debug statement "Extended master secret extension detected"
1 parent d78fae2 commit ca55c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/32_isHTML_valid.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ $debughtml =~ s/No engine or GOST support via engine with your.*\n//g;
9696
$debughtml =~ s/.*built: .*\n//g;
9797
$debughtml =~ s/.*Using bash .*\n//g;
9898
$debughtml =~ s/.*has_compression.*\n//g;
99+
$debughtml =~ s/.*Extended master secret extension detected.*\n//g;
99100
# is whole line: s/.*<pattern> .*\n//g;
100101

101102
# Extract and mask IP address as it can change

0 commit comments

Comments
 (0)