]> git.ipfire.org Git - thirdparty/bind9.git/commit
Limit the number of requests sent per connection in DoH tests
authorArtem Boldariev <artem@boldariev.com>
Wed, 28 Jul 2021 16:30:30 +0000 (19:30 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 11:28:16 +0000 (14:28 +0300)
commitdbca22877ab2c6d98a2eacf963b66c097fc1fcfb
tree3c332a2a40f34e2b98ccf8df2c276e71a0126170
parenta05728beb0155049abb4ec913f40e651c1ba7973
Limit the number of requests sent per connection in DoH tests

This commit ensures that only a limited number of requests is going to
be sent over a single HTTP/2 connection. Before that change was
introduced, it was possible to complete all of the planned sends via
only one transport connection, which undermines the purpose of the
tests using the quota facility.
lib/isc/tests/doh_test.c