]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prevent short TLS tests from hanging in case of errors
authorArtem Boldariev <artem@boldariev.com>
Tue, 6 Apr 2021 12:18:44 +0000 (15:18 +0300)
committerOndřej Surý <ondrej@sury.org>
Wed, 7 Apr 2021 13:36:59 +0000 (15:36 +0200)
commit340235c855c133d3a7a07719da491a9b47285da3
tree2c0a8c79dbb74a5b6513ed927066a4c35eb65be4
parent426c40c96d81f704c653e3a806278b6a90cd7cf1
Prevent short TLS tests from hanging in case of errors

The tests in tls_test.c could hang in the event of a connect
error.  This commit allows the tests to bail out when such an
error occurs.
lib/isc/tests/tls_test.c