mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Merge branch '2.9dev' of github.com:drwetter/testssl.sh into 2.9dev
This commit is contained in:
		| @@ -6858,7 +6858,7 @@ starttls_full_read(){ | |||||||
|  |  | ||||||
|      local oldIFS="$IFS" |      local oldIFS="$IFS" | ||||||
|      IFS='' |      IFS='' | ||||||
|      while read -r -t $STARTTLS_SLEEP one_line; do |      while read -r -t $STARTTLS_SLEEP one_line; ret=$?; (exit $ret); do | ||||||
|           debugme echo "S: ${one_line}" |           debugme echo "S: ${one_line}" | ||||||
|           if [[ $# -ge 3 ]]; then |           if [[ $# -ge 3 ]]; then | ||||||
|                if [[ ${one_line} =~ $3 ]]; then |                if [[ ${one_line} =~ $3 ]]; then | ||||||
| @@ -6878,7 +6878,6 @@ starttls_full_read(){ | |||||||
|                return 2 |                return 2 | ||||||
|           fi |           fi | ||||||
|      done <&5 |      done <&5 | ||||||
|      ret=$? |  | ||||||
|      debugme echo "=== full read error/timeout ===" |      debugme echo "=== full read error/timeout ===" | ||||||
|      IFS="${oldIFS}" |      IFS="${oldIFS}" | ||||||
|      return $ret |      return $ret | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk