There was an error while loading. Please reload this page.
1 parent 978c399 commit d2df98dCopy full SHA for d2df98d
1 file changed
testssl.sh
@@ -25912,7 +25912,7 @@ parse_cmd_line() {
25912
MTLS="$(parse_opt_equal_sign "$1" "$2")"
25913
[[ $? -eq 0 ]] && shift
25914
;;
25915
- --socket-timeout|--socket-timeout=*--connect-timeout|--connect-timeout=*)
+ --socket-timeout|--socket-timeout=*|--connect-timeout|--connect-timeout=*)
25916
SOCKET_TIMEOUT="$(parse_opt_equal_sign "$1" "$2")"
25917
25918
0 commit comments