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 5377b07 commit 6560c6bCopy full SHA for 6560c6b
TLS-Scanner-Core/src/main/java/de/rub/nds/tlsscanner/core/report/TlsScanReport.java
@@ -314,7 +314,7 @@ public synchronized Long getClosedAfterAppDataDelta() {
314
public synchronized void setClosedAfterAppDataDelta(Long closedAfterAppDataDelta) {
315
this.closedAfterAppDataDelta = closedAfterAppDataDelta;
316
}
317
-
+
318
public synchronized List<String> getSupportedAlpnConstans() {
319
@SuppressWarnings("unchecked")
320
ListResult<String> listResult =
0 commit comments