Merge pull request #1356 from dcooper16/fix_parse_tls_serverhello_bug

Fix parse_tls_serverhello() bug
This commit is contained in:
Dirk Wetter 2019-10-28 18:41:43 +01:00 committed by GitHub
commit d3e3724d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11527,7 +11527,7 @@ parse_tls_serverhello() {
else
# This could just be a result of the server's response being
# split across two or more packets.
continue
break
fi
fi
tls_content_type="${tls_hello_ascii:i:2}"