]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Handle response dnstap messages arriving before the query ones
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Feb 2025 16:14:08 +0000 (17:14 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Feb 2025 16:14:08 +0000 (17:14 +0100)
commit08b421023c635939d915cc877e77cbbcf230fd2f
tree3233e24459727173662559b476d06f0459946043
parentf400ec75c5a9b7e5b2f0d5ece2e9dade18d221d6
dnsdist: Handle response dnstap messages arriving before the query ones

Since we now use more than one TCP connection, it is entirely possible
for the response message to arrive before the query one, and our tests
should just deal with that.
regression-tests.dnsdist/test_Dnstap.py