We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5ab00 + f5fd7cb commit 2fd80e7Copy full SHA for 2fd80e7
1 file changed
testssl.sh
@@ -6167,9 +6167,9 @@ sub_quic() {
6167
wait_kill $! $QUIC_WAIT
6168
if [[ $? -ne 0 ]]; then
6169
if [[ -n "$PROXY" ]]; then
6170
- proxy_hint_str="(tried directly, is not proxyable):"
+ proxy_hint_str="(tried directly, is not proxyable): "
6171
fi
6172
- outln "$proxy_hint_str not offered or timed out"
+ outln "${proxy_hint_str}not offered or timed out"
6173
fileout "$jsonID" "INFO" "$proxy_hint_str not offered"
6174
else
6175
pr_svrty_best "offered (OK)"
0 commit comments