Correction of line 3607: new line (\n) corrupted the json format

This commit is contained in:
b1gb1t 2016-02-16 09:54:01 +01:00
parent 61c1669687
commit 2ee021d337

View File

@ -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"