Skip to content

Commit 2fd80e7

Browse files
authored
Merge pull request #2828 from digininja/3.3dev
Removed rogue space on QUIC output
2 parents cc5ab00 + f5fd7cb commit 2fd80e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6167,9 +6167,9 @@ sub_quic() {
61676167
wait_kill $! $QUIC_WAIT
61686168
if [[ $? -ne 0 ]]; then
61696169
if [[ -n "$PROXY" ]]; then
6170-
proxy_hint_str="(tried directly, is not proxyable):"
6170+
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)