1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-15 12:46:04 +02:00

Merge pull request from b1gb1t/jsonCorrection

Correction of line 3607: new line (\n) corrupted the json format
This commit is contained in:
Dirk Wetter 2016-02-16 12:32:05 +01:00
commit 7846fc5fef

@ -3604,7 +3604,7 @@ run_http2() {
done
if $had_alpn_proto; then
outln " (offered)"
fileout "https_alpn" "INFO" "HTTP2/ALPN : offered\nProtocols: $alpn_finding"
fileout "https_alpn" "INFO" "HTTP2/ALPN : offered; Protocols: $alpn_finding"
ret=0
else
outln "not offered"