]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Properly cache UDP queries passed to a TCP/DoT/DoH backend
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 1 Oct 2021 08:44:17 +0000 (10:44 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 1 Oct 2021 08:44:17 +0000 (10:44 +0200)
commit249f198103b6728dee4dcf9dfb7173cafd69e8bb
treef0d304a7d486ed5d29cc3072620b94ee9d1832af
parent800c27ad3a958fadcab4da9f24d66b782daa93a0
dnsdist: Properly cache UDP queries passed to a TCP/DoT/DoH backend

We use to tell the cache that the queries was received over TCP when
inserting the response into the packet cache, which is obviously not
true.
pdns/dnsdist.cc
regression-tests.dnsdist/test_OutgoingDOH.py