This commit is contained in:
Dirk
2025-07-28 15:44:58 +02:00
parent 9166fc7174
commit 0225bc3604

View File

@ -6255,7 +6255,7 @@ sub_quic() {
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
# 0 would be process terminated before be killed. Now findout what happened... # 0 would be process terminated before be killed. Now find out what happened...
filter_printable $sclient_outfile filter_printable $sclient_outfile
if [[ $(< $sclient_outfile) =~ CERTIFICATE----- ]]; then if [[ $(< $sclient_outfile) =~ CERTIFICATE----- ]]; then
pr_svrty_best "offered (OK)" pr_svrty_best "offered (OK)"