Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6167,9 +6167,9 @@ sub_quic() {
wait_kill $! $QUIC_WAIT
if [[ $? -ne 0 ]]; then
if [[ -n "$PROXY" ]]; then
proxy_hint_str="(tried directly, is not proxyable):"
proxy_hint_str="(tried directly, is not proxyable): "
Comment thread
drwetter marked this conversation as resolved.
Outdated
fi
outln "$proxy_hint_str not offered or timed out"
outln "${proxy_hint_str}not offered or timed out"
fileout "$jsonID" "INFO" "$proxy_hint_str not offered"
else
pr_svrty_best "offered (OK)"
Expand Down