Merge pull request #2828 from digininja/3.3dev

Removed rogue space on QUIC output
This commit is contained in:
Dirk Wetter
2025-07-08 23:21:24 +02:00
committed by GitHub

View File

@ -6167,9 +6167,9 @@ sub_quic() {
wait_kill $! $QUIC_WAIT wait_kill $! $QUIC_WAIT
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
if [[ -n "$PROXY" ]]; then if [[ -n "$PROXY" ]]; then
proxy_hint_str="(tried directly, is not proxyable):" proxy_hint_str="(tried directly, is not proxyable): "
fi 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" fileout "$jsonID" "INFO" "$proxy_hint_str not offered"
else else
pr_svrty_best "offered (OK)" pr_svrty_best "offered (OK)"