We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec54434 commit f5fd7cbCopy full SHA for f5fd7cb
1 file changed
testssl.sh
@@ -6167,7 +6167,7 @@ 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"
6173
fileout "$jsonID" "INFO" "$proxy_hint_str not offered"
0 commit comments