]> granicus.if.org Git - pdns/commit
Don't automatically set the QR flag in case of HeaderModify
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 23 Dec 2015 14:45:46 +0000 (15:45 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 23 Dec 2015 14:45:46 +0000 (15:45 +0100)
commit076d8a4abfd42a7f2aad1303ad0919cd22f16971
tree8a0340ea84ff6053355f51c461811ed62ffd6bf5
parentfcdff8f461ea28559f4cef49e73d1c1ec3eae4eb
Don't automatically set the QR flag in case of HeaderModify

Some actions are actually altering the query and not turning it
into an answer (NoRecurse, DisableValidation).
All the actions that do turn it into an answer are already setting
the QR flag themselves.
pdns/dnsdist-tcp.cc
pdns/dnsdist.cc