]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the doh_recv_send() logic in the doh_test
authorArtem Boldariev <artem@boldariev.com>
Thu, 5 Aug 2021 09:42:40 +0000 (12:42 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 11:28:17 +0000 (14:28 +0300)
commitd72b1fa5cd9bfb12d3d8aa844d6754cc49d92087
treebd8da372e9d3947515e795cd9015ef99d52c02f6
parente639957b586a0824e32ef7db7f04cd1708fa8da7
Fix the doh_recv_send() logic in the doh_test

The commit fixes the doh_recv_send() because occasionally it would
fail because it did not wait for all responses to be sent, making the
check for ssends value to nit pass.
lib/isc/tests/doh_test.c