We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5592de5 commit 96dbecfCopy full SHA for 96dbecf
src/main/java/de/rub/nds/tlsscanner/probe/CompressionsProbe.java
@@ -75,7 +75,7 @@ private List<CompressionMethod> getSupportedCompressionMethods() {
75
do {
76
selectedCompressionMethod = testCompressionMethods(toTestList, tlsConfig);
77
if (!toTestList.contains(selectedCompressionMethod)) {
78
- LOGGER.warn("Server chose a CompressionMethod we did not offer!");
+ LOGGER.debug("Server chose a CompressionMethod we did not offer!");
79
break;
80
}
81
if (selectedCompressionMethod != null) {
0 commit comments