mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Correction of line 3607: new line (\n) corrupted the json format
This commit is contained in:
parent
61c1669687
commit
2ee021d337
@ -3604,7 +3604,7 @@ run_http2() {
|
|||||||
done
|
done
|
||||||
if $had_alpn_proto; then
|
if $had_alpn_proto; then
|
||||||
outln " (offered)"
|
outln " (offered)"
|
||||||
fileout "https_alpn" "INFO" "HTTP2/ALPN : offered\nProtocols: $alpn_finding"
|
fileout "https_alpn" "INFO" "HTTP2/ALPN : offered; Protocols: $alpn_finding"
|
||||||
ret=0
|
ret=0
|
||||||
else
|
else
|
||||||
outln "not offered"
|
outln "not offered"
|
||||||
|
Loading…
Reference in New Issue
Block a user