]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Don't copy the policy for every query 9850/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Dec 2020 14:01:14 +0000 (15:01 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Dec 2020 14:01:14 +0000 (15:01 +0100)
commita3253c0607052c535ea5bc0d31c325497214bf23
tree756e6be61cee48f377d20aa2e2ccf57f874a5a90
parent47dacd8e0ab894c2e4e4e1b0f52aff02b80fac82
dnsdist: Don't copy the policy for every query

It used to be a cheap object to copy but it now hold two strings.
pdns/dnsdist.cc