We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e62949d + 7a6c652 commit 274a9caCopy full SHA for 274a9ca
testssl.sh
@@ -2228,6 +2228,12 @@ check_revocation_ocsp() {
2228
fi
2229
}
2230
2231
+# waits maxsleep seconds (arg2) until process with arg1 (pid) will be killed
2232
+#
2233
+# return values
2234
+# 0: process terminated before be killed
2235
+# 3: was killed
2236
2237
wait_kill(){
2238
local pid=$1 # pid we wait for or kill
2239
local maxsleep=$2 # how long we wait before killing
@@ -6215,6 +6221,7 @@ sub_quic() {
6215
6221
local jsonID="QUIC"
6216
6222
6217
6223
[[ $DEBUG -ne 0 ]] && sclient_errfile=/dev/null
6224
+ [[ "$SERVICE" != HTTP ]] && return 0
6218
6225
6219
6226
pr_bold " QUIC ";
6220
6227
0 commit comments