Skip to content

Commit ec54434

Browse files
authored
Removed rogue space on QUIC output
Before: ``` TLS 1.2 offered (OK) TLS 1.3 offered (OK): final QUIC not offered or timed out NPN/SPDY not offered ALPN/HTTP2 h2, http/1.1 (offered) ``` After: ``` TLS 1.2 offered (OK) TLS 1.3 offered (OK): final QUIC not offered or timed out NPN/SPDY not offered ALPN/HTTP2 h2, http/1.1 (offered) ```
1 parent cc5ab00 commit ec54434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6169,7 +6169,7 @@ sub_quic() {
61696169
if [[ -n "$PROXY" ]]; then
61706170
proxy_hint_str="(tried directly, is not proxyable):"
61716171
fi
6172-
outln "$proxy_hint_str not offered or timed out"
6172+
outln "${proxy_hint_str}not offered or timed out"
61736173
fileout "$jsonID" "INFO" "$proxy_hint_str not offered"
61746174
else
61756175
pr_svrty_best "offered (OK)"

0 commit comments

Comments
 (0)